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
public class OEmbedPost extends BaseOEmbed
Represents the OEmbed Post type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OEmbedPost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorName()
The name of the Facebook user that owns the post.String
getAuthorUrl()
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 Detail
-
OEmbedPost
public OEmbedPost()
-
-
Method Detail
-
getAuthorName
public String getAuthorName()
The name of the Facebook user that owns the post.
-
setAuthorName
public void setAuthorName(String authorName)
The name of the Facebook user that owns the post.
-
getAuthorUrl
public String getAuthorUrl()
A URL for the author/owner of the post.
-
setAuthorUrl
public void setAuthorUrl(String authorUrl)
A URL for the author/owner of the post.
-
-