Package com.restfb.types
Class Video.Thumbnail
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Video.Thumbnail
- All Implemented Interfaces:
Serializable
- Enclosing class:
Video
Represents the Video Thumbnail
Graph API type.
- Since:
- 1.10.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe height of the thumbnailWhether this is the preferred thumbnail for the videogetName()
The name of the thumbnailgetScale()
The scale of the thumbnailgetUri()
The uri of the thumbnailgetWidth()
The width of the thumbnailvoid
The height of the thumbnailvoid
setIsPreferred
(Boolean isPreferred) Whether this is the preferred thumbnail for the videovoid
The name of the thumbnailvoid
The scale of the thumbnailvoid
The uri of the thumbnailvoid
The width of the thumbnailMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Thumbnail
public Thumbnail()
-
-
Method Details
-
getName
The name of the thumbnail -
setName
The name of the thumbnail -
getHeight
The height of the thumbnail -
setHeight
The height of the thumbnail -
getWidth
The width of the thumbnail -
setWidth
The width of the thumbnail -
getScale
The scale of the thumbnail -
setScale
The scale of the thumbnail -
getUri
The uri of the thumbnail -
setUri
The uri of the thumbnail -
getIsPreferred
Whether this is the preferred thumbnail for the video -
setIsPreferred
Whether this is the preferred thumbnail for the video
-