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
public static class Video.VideoFormat extends AbstractFacebookType
Represents the Video Format Graph API type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmbedHtml()
HTML to embed the video in this format.String
getFilter()
The filter applied to this video format.Integer
getHeight()
The height of the video in this format.String
getPicture()
The thumbnail for the video in this format.Integer
getWidth()
The width of the video in this format.void
setEmbedHtml(String embedHtml)
HTML to embed the video in this format.void
setFilter(String filter)
The filter applied to this video format.void
setHeight(Integer height)
The height of the video in this format.void
setPicture(String picture)
The thumbnail for the video in this format.void
setWidth(Integer width)
The width of the video in this format.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
VideoFormat
public VideoFormat()
-
-
Method Detail
-
getEmbedHtml
public String getEmbedHtml()
HTML to embed the video in this format.- Returns:
- HTML to embed the video in this format.
-
setEmbedHtml
public void setEmbedHtml(String embedHtml)
HTML to embed the video in this format.
-
getFilter
public String getFilter()
The filter applied to this video format.- Returns:
- The filter applied to this video format.
-
getPicture
public String getPicture()
The thumbnail for the video in this format.- Returns:
- The thumbnail for the video in this format.
-
setPicture
public void setPicture(String picture)
The thumbnail for the video in this format.
-
getWidth
public Integer getWidth()
The width of the video in this format.- Returns:
- The width of the video in this format.
-
getHeight
public Integer getHeight()
The height of the video in this format.- Returns:
- The height of the video in this format.
-
-