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
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setLength
(int length) void
setRotation
(int rotation) void
setVideoType
(int videoType) Methods inherited from class com.restfb.types.Message.AttachmentData
getHeight, getPreviewUrl, getUrl, getWidth, setHeight, setPreviewUrl, setUrl, setWidth
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoData
public VideoData()
-
-
Method Details
-
getLength
-
setLength
-
getVideoType
-
setVideoType
-
getRotation
-
setRotation
-