Package com.restfb.types
Class RtbDynamicPost
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.RtbDynamicPost
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLikes()getLink()getTitle()voidsetComments(Comments comments) voidsetCreated(Date created) voidsetDescription(String description) voidsetImageUrl(String imageUrl) voidvoidvoidsetMessage(String message) voidsetOwnerId(String ownerId) voidsetPlaceId(String placeId) voidsetProductId(String productId) voidMethods 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
-
RtbDynamicPost
public RtbDynamicPost()
-
-
Method Details
-
getDescription
-
setDescription
-
getCreated
-
setCreated
-
getLink
-
setLink
-
getMessage
-
setMessage
-
getTitle
-
setTitle
-
getImageUrl
-
setImageUrl
-
getOwnerId
-
setOwnerId
-
getProductId
-
setProductId
-
getPlaceId
-
setPlaceId
-
getComments
-
setComments
-
getLikes
-
setLikes
-