fi.foyt.foursquare.api.entities
类 CommentGroup

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.Count
      继承者 fi.foyt.foursquare.api.entities.Group<Comment>
          继承者 fi.foyt.foursquare.api.entities.CommentGroup
所有已实现的接口:
FoursquareEntity, Serializable

public class CommentGroup
extends Group<Comment>

Group of Comments

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

构造方法摘要
CommentGroup()
           
 
方法摘要
 Comment[] getItems()
          Returns group items
 
从类 fi.foyt.foursquare.api.entities.Group 继承的方法
getName, getType
 
从类 fi.foyt.foursquare.api.entities.Count 继承的方法
getCount
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CommentGroup

public CommentGroup()
方法详细信息

getItems

public Comment[] getItems()
从类 Group 复制的描述
Returns group items

指定者:
Group<Comment> 中的 getItems
返回:
group items


Copyright © 2013 Foyt. All Rights Reserved.