Package com.restfb.types
Class Message.VideoData
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Message.AttachmentData
com.restfb.types.Message.VideoData
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Message
Additional attachment information, only present when an attached file is a video.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetLength(int length) voidsetRotation(int rotation) voidsetVideoType(int videoType) Methods inherited from class com.restfb.types.Message.AttachmentData
getHeight, getPreviewUrl, getUrl, getWidth, setHeight, setPreviewUrl, setUrl, setWidthMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoData
public VideoData()
-
-
Method Details
-
getLength
-
setLength
-
getVideoType
-
setVideoType
-
getRotation
-
setRotation
-