com.restfb.types
Class Post.Comments
java.lang.Object
com.restfb.types.Post.Comments
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Post
public static class Post.Comments
- extends Object
- implements Serializable
Represents the Comments
Graph API type.
- Since:
- 1.5.3
- Author:
- Mark Allen
- See Also:
- Serialized Form
Post.Comments
public Post.Comments()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- See Also:
Object.hashCode()
equals
public boolean equals(Object that)
- Overrides:
equals
in class Object
- See Also:
Object.equals(java.lang.Object)
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
getCount
public Long getCount()
- The number of comments.
- Returns:
- The number of comments.
getData
public List<Comment> getData()
- The comments.
- Returns:
- The comments.
RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.