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
public class RTBDynamicPost extends FacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description RTBDynamicPost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DynamicPostChildAttachment>
getChildAttachments()
Comments
getComments()
Date
getCreated()
String
getDescription()
String
getImageUrl()
Likes
getLikes()
String
getLink()
String
getMessage()
String
getOwnerId()
String
getPlaceId()
String
getProductId()
String
getTitle()
void
setChildAttachments(List<DynamicPostChildAttachment> childAttachments)
void
setComments(Comments comments)
void
setCreated(Date created)
void
setDescription(String description)
void
setImageUrl(String imageUrl)
void
setLikes(Likes likes)
void
setLink(String link)
void
setMessage(String message)
void
setOwnerId(String ownerId)
void
setPlaceId(String placeId)
void
setProductId(String productId)
void
setTitle(String title)
-
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
-
RTBDynamicPost
public RTBDynamicPost()
-
-
Method Detail
-
getChildAttachments
public List<DynamicPostChildAttachment> getChildAttachments()
-
setChildAttachments
public void setChildAttachments(List<DynamicPostChildAttachment> childAttachments)
-
getCreated
public Date getCreated()
-
setCreated
public void setCreated(Date created)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getOwnerId
public String getOwnerId()
-
setOwnerId
public void setOwnerId(String ownerId)
-
getPlaceId
public String getPlaceId()
-
setPlaceId
public void setPlaceId(String placeId)
-
getProductId
public String getProductId()
-
setProductId
public void setProductId(String productId)
-
getComments
public Comments getComments()
-
setComments
public void setComments(Comments comments)
-
-