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
public static class Likes.LikeItem extends NamedFacebookType implements HasCreatedTime
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description LikeItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedTime()
void
setCreatedTime(Date createdTime)
-
Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
LikeItem
public LikeItem()
-
-
Method Detail
-
getCreatedTime
public Date getCreatedTime()
- Specified by:
getCreatedTime
in interfaceHasCreatedTime
-
setCreatedTime
public void setCreatedTime(Date createdTime)
-
-