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
public static class Message.VideoData extends Message.AttachmentData
Additional attachment information, only present when an attached file is a video.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
int
getRotation()
int
getVideoType()
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 Detail
-
VideoData
public VideoData()
-
-
Method Detail
-
getLength
public int getLength()
-
setLength
public void setLength(int length)
-
getVideoType
public int getVideoType()
-
setVideoType
public void setVideoType(int videoType)
-
getRotation
public int getRotation()
-
setRotation
public void setRotation(int rotation)
-
-