fi.foyt.foursquare.api.entities
类 Group<T extends FoursquareEntity>
java.lang.Object
fi.foyt.foursquare.api.entities.Count
fi.foyt.foursquare.api.entities.Group<T>
- 类型参数:
T - type of entities group contains
- 所有已实现的接口:
- FoursquareEntity, Serializable
- 直接已知子类:
- CheckinGroup, CommentGroup, KeywordGroup, LeaderboardItemGroup, LinkGroup, PhotoGroup, ReasonGroup, RecommendationGroup, SizeGroup, SpecialGroup, TipGroup, TodoGroup, UserGroup, VenueGroup, VenueHistoryGroup
public abstract class Group<T extends FoursquareEntity>
- extends Count
Base class for all groups
- 作者:
- Antti Leppä
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
getType
public String getType()
- Returns type
- 返回:
- type
getName
public String getName()
- Returns name
- 返回:
- name
getItems
public abstract T[] getItems()
- Returns group items
- 返回:
- group items
Copyright © 2013 Foyt. All Rights Reserved.