Class Document
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Document
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
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 hashvoidsetCaption(String caption) Caption for the document, if providedvoidsetFilename(String filename) Name for the file on the sender's devicevoidID for the documentvoidsetMimeType(String mimeType) Mime type for the documentvoidDocument 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
-