Package com.restfb.types
Class Video.VideoFormat
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Video.VideoFormat
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Video
Represents the Video Format Graph
API type.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionHTML to embed the video in this format.The filter applied to this video format.The height of the video in this format.The thumbnail for the video in this format.getWidth()
The width of the video in this format.void
setEmbedHtml
(String embedHtml) HTML to embed the video in this format.void
The filter applied to this video format.void
The height of the video in this format.void
setPicture
(String picture) The thumbnail for the video in this format.void
The width of the video in this format.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoFormat
public VideoFormat()
-
-
Method Details
-
getEmbedHtml
HTML to embed the video in this format.- Returns:
- HTML to embed the video in this format.
-
setEmbedHtml
HTML to embed the video in this format. -
getFilter
The filter applied to this video format.- Returns:
- The filter applied to this video format.
-
setFilter
The filter applied to this video format. -
getPicture
The thumbnail for the video in this format.- Returns:
- The thumbnail for the video in this format.
-
setPicture
The thumbnail for the video in this format. -
getWidth
The width of the video in this format.- Returns:
- The width of the video in this format.
-
setWidth
The width of the video in this format. -
getHeight
The height of the video in this format.- Returns:
- The height of the video in this format.
-
setHeight
The height of the video in this format.
-