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
public static class Video.Thumbnail extends NamedFacebookType
Represents the Video Thumbnail Graph API type.- Since:
- 1.10.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description Thumbnail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getHeight()
The height of the thumbnailBoolean
getIsPreferred()
Whether this is the preferred thumbnail for the videoFloat
getScale()
The scale of the thumbnailString
getUri()
The uri of the thumbnailInteger
getWidth()
The width of the thumbnailvoid
setHeight(Integer height)
The height of the thumbnailvoid
setIsPreferred(Boolean isPreferred)
Whether this is the preferred thumbnail for the videovoid
setScale(Float scale)
The scale of the thumbnailvoid
setUri(String uri)
The uri of the thumbnailvoid
setWidth(Integer width)
The width of the thumbnail-
Methods 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 Detail
-
Thumbnail
public Thumbnail()
-
-
Method Detail
-
getIsPreferred
public Boolean getIsPreferred()
Whether this is the preferred thumbnail for the video
-
setIsPreferred
public void setIsPreferred(Boolean isPreferred)
Whether this is the preferred thumbnail for the video
-
-