public static class Post.Likes extends Object
| Constructor and Description |
|---|
Likes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Long |
getCount()
The number of likes.
|
List<NamedFacebookType> |
getData()
The likes.
|
int |
hashCode() |
String |
toString() |
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object that)
equals in class ObjectObject.equals(Object)public String toString()
toString in class ObjectObject.toString()public Long getCount()
public List<NamedFacebookType> getData()
Copyright © 2014. All rights reserved.