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