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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Facebook user that owns the post.A URL for the author/owner of the post.void
setAuthorName
(String authorName) The name of the Facebook user that owns the post.void
setAuthorUrl
(String authorUrl) A URL for the author/owner of the post.Methods inherited from class com.restfb.types.oembed.BaseOEmbed
getHeight, getHtml, getProviderName, getProviderUrl, getType, getVersion, getWidth, setHeight, setHtml, setProviderName, setProviderUrl, setType, setVersion, setWidth
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
OEmbedPost
public OEmbedPost()
-
-
Method Details
-
getAuthorName
The name of the Facebook user that owns the post. -
setAuthorName
The name of the Facebook user that owns the post. -
getAuthorUrl
A URL for the author/owner of the post. -
setAuthorUrl
A URL for the author/owner of the post.
-