com.restfb.types
Class Post.Likes

java.lang.Object
  extended by com.restfb.types.Post.Likes
All Implemented Interfaces:
Serializable
Enclosing class:
Post

public static class Post.Likes
extends Object
implements Serializable

Represents the Likes Graph API type

Since:
1.6
Author:
Mark Allen
See Also:
Serialized Form

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

Constructor Detail

Post.Likes

public Post.Likes()
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 likes.

Returns:
The number of likes.

getData

public List<NamedFacebookType> getData()
The likes.

Returns:
The likes.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.