Class Video
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Video
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe caption for the video, if providedThe name for the file on the sender's devicegetId()
The ID for the videoThe mime type for the video fileImage hashvoid
setCaption
(String caption) The caption for the video, if providedvoid
setFilename
(String filename) The name for the file on the sender's devicevoid
The ID for the videovoid
setMimeType
(String mimeType) The mime type for the video filevoid
Image hashMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Video
public Video()
-
-
Method Details
-
getId
The ID for the video -
setId
The ID for the video -
getMimeType
The mime type for the video file -
setMimeType
The mime type for the video file -
getSha256
Image hash -
setSha256
Image hash -
getCaption
The caption for the video, if provided -
setCaption
The caption for the video, if provided -
getFilename
The name for the file on the sender's device -
setFilename
The name for the file on the sender's device
-