Package com.restfb.types.oembed
Class OEmbedPost
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.oembed.BaseOEmbed
com.restfb.types.oembed.OEmbedPost
- All Implemented Interfaces:
- Serializable
Represents the OEmbed Post type
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the Facebook user that owns the post.A URL for the author/owner of the post.voidsetAuthorName(String authorName) The name of the Facebook user that owns the post.voidsetAuthorUrl(String authorUrl) A URL for the author/owner of the post.Methods inherited from class com.restfb.types.oembed.BaseOEmbedgetHeight, getHtml, getProviderName, getProviderUrl, getType, getVersion, getWidth, setHeight, setHtml, setProviderName, setProviderUrl, setType, setVersion, setWidthMethods inherited from class com.restfb.types.AbstractFacebookTypeequals, hashCode, toString
- 
Constructor Details- 
OEmbedPostpublic OEmbedPost()
 
- 
- 
Method Details- 
getAuthorNameThe name of the Facebook user that owns the post.
- 
setAuthorNameThe name of the Facebook user that owns the post.
- 
getAuthorUrlA URL for the author/owner of the post.
- 
setAuthorUrlA URL for the author/owner of the post.
 
-