Package com.restfb.types
Class Video.Thumbnail
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe height of the thumbnailWhether this is the preferred thumbnail for the videogetScale()
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 scale of the thumbnailvoid
The uri of the thumbnailvoid
The width of the thumbnailMethods inherited from class com.restfb.types.NamedFacebookType
getName, setName
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Thumbnail
public Thumbnail()
-
-
Method Details
-
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
-