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
Represents the OEmbed Video type
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Facebook user that owns the video.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 Details
-
OEmbedVideo
public OEmbedVideo()
-
-
Method Details
-
getAuthorName
The name of the Facebook user that owns the video. -
setAuthorName
The name of the Facebook user that owns the video. -
getAuthorUrl
A URL for the author/owner of the video. -
setAuthorUrl
A URL for the author/owner of the video.
-