Class Video
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Video
-
- All Implemented Interfaces:
Serializable
public class Video extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Video()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCaption()
The caption for the video, if providedString
getFilename()
The name for the file on the sender's deviceString
getId()
The ID for the videoString
getMimeType()
The mime type for the video fileString
getSha256()
Image hashvoid
setCaption(String caption)
The caption for the video, if providedvoid
setFilename(String filename)
The name for the file on the sender's devicevoid
setId(String id)
The ID for the videovoid
setMimeType(String mimeType)
The mime type for the video filevoid
setSha256(String sha256)
Image hash-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Video
public Video()
-
-
Method Detail
-
getMimeType
public String getMimeType()
The mime type for the video file
-
setMimeType
public void setMimeType(String mimeType)
The mime type for the video file
-
getCaption
public String getCaption()
The caption for the video, if provided
-
setCaption
public void setCaption(String caption)
The caption for the video, if provided
-
getFilename
public String getFilename()
The name for the file on the sender's device
-
setFilename
public void setFilename(String filename)
The name for the file on the sender's device
-
-