com.restfb.types
Class Post.Comments

java.lang.Object
  extended by 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

Constructor Summary
Post.Comments()
           
 
Method Summary
 boolean equals(Object that)
           
 Long getCount()
          The number of comments.
 List<Comment> getData()
          The comments.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Post.Comments

public Post.Comments()
Method Detail

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.