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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the Facebook user that owns the video.A URL for the author/owner of the video.voidsetAuthorName(String authorName) The name of the Facebook user that owns the video.voidsetAuthorUrl(String authorUrl) A URL for the author/owner of the video.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- 
OEmbedVideopublic OEmbedVideo()
 
- 
- 
Method Details- 
getAuthorNameThe name of the Facebook user that owns the video.
- 
setAuthorNameThe name of the Facebook user that owns the video.
- 
getAuthorUrlA URL for the author/owner of the video.
- 
setAuthorUrlA URL for the author/owner of the video.
 
-