org.springframework.social.facebook.api
Class UserLike
java.lang.Object
org.springframework.social.facebook.api.UserLike
public class UserLike
- extends java.lang.Object
Model class representing an object that the user likes. This could be something that they explicitly liked by clicking a "like" button.
Or it could be something such as a favorite movie that they identified in their profile.
Constructor Summary |
UserLike(java.lang.String id,
java.lang.String name,
java.lang.String category,
java.util.Date createdTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserLike
public UserLike(java.lang.String id,
java.lang.String name,
java.lang.String category,
java.util.Date createdTime)
getId
public java.lang.String getId()
getName
public java.lang.String getName()
getCategory
public java.lang.String getCategory()
getCreatedTime
public java.util.Date getCreatedTime()