Package com.restfb.types
Class Likes.LikeItem
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Likes.LikeItem
- All Implemented Interfaces:
HasCreatedTime,Serializable
- Enclosing class:
- Likes
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreated time is the date the Like was created.voidsetCreatedTime(Date createdTime) created time is the date the Like was created.Methods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
LikeItem
public LikeItem()
-
-
Method Details
-
getCreatedTime
created time is the date the Like was created.may be null if Facebook does not provide this information
- Specified by:
getCreatedTimein interfaceHasCreatedTime
-
setCreatedTime
created time is the date the Like was created.may be null if Facebook does not provide this information
-