Class Document
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Document
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCaption for the document, if providedName for the file on the sender's devicegetId()
ID for the documentMime type for the documentDocument hashvoid
setCaption
(String caption) Caption for the document, if providedvoid
setFilename
(String filename) Name for the file on the sender's devicevoid
ID for the documentvoid
setMimeType
(String mimeType) Mime type for the documentvoid
Document hashMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getId
ID for the document -
setId
ID for the document -
getMimeType
Mime type for the document -
setMimeType
Mime type for the document -
getSha256
Document hash -
setSha256
Document hash -
getCaption
Caption for the document, if provided -
setCaption
Caption for the document, if provided -
getFilename
Name for the file on the sender's device -
setFilename
Name for the file on the sender's device
-