Package com.restfb.types.oembed
Class OEmbedVideo
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.oembed.BaseOEmbed
-
- com.restfb.types.oembed.OEmbedVideo
-
- All Implemented Interfaces:
Serializable
public class OEmbedVideo extends BaseOEmbed
Represents the OEmbed Video type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OEmbedVideo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorName()
The name of the Facebook user that owns the video.String
getAuthorUrl()
A URL for the author/owner of the video.void
setAuthorName(String authorName)
The name of the Facebook user that owns the video.void
setAuthorUrl(String authorUrl)
A URL for the author/owner of the video.-
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
-
OEmbedVideo
public OEmbedVideo()
-
-
Method Detail
-
getAuthorName
public String getAuthorName()
The name of the Facebook user that owns the video.
-
setAuthorName
public void setAuthorName(String authorName)
The name of the Facebook user that owns the video.
-
getAuthorUrl
public String getAuthorUrl()
A URL for the author/owner of the video.
-
setAuthorUrl
public void setAuthorUrl(String authorUrl)
A URL for the author/owner of the video.
-
-