fi.foyt.foursquare.api.entities.notifications
类 ScoreNotification

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.notifications.ScoreNotification
所有已实现的接口:
FoursquareEntity, Serializable

public class ScoreNotification
extends Object
implements FoursquareEntity

Entity representing "Score" notification

作者:
Antti Leppä
另请参见:
序列化表格

构造方法摘要
ScoreNotification()
           
 
方法摘要
 LeaderboardScore[] getScores()
          Returns array of LeaderboardScore entities
 Long getTotal()
          Returns total points
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ScoreNotification

public ScoreNotification()
方法详细信息

getScores

public LeaderboardScore[] getScores()
Returns array of LeaderboardScore entities

返回:
array of LeaderboardScore entities

getTotal

public Long getTotal()
Returns total points

返回:
total points


Copyright © 2013 Foyt. All Rights Reserved.