Class Image
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Image
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCaption for the image, if providedgetId()
ID for the imageMime type for the imageImage hashvoid
setCaption
(String caption) Caption for the image, if providedvoid
ID for the imagevoid
setMimeType
(String mimeType) Mime type for the imagevoid
Image hashMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
getId
ID for the image -
setId
ID for the image -
getMimeType
Mime type for the image -
setMimeType
Mime type for the image -
getSha256
Image hash -
setSha256
Image hash -
getCaption
Caption for the image, if provided -
setCaption
Caption for the image, if provided
-