Class Image
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Image
-
- All Implemented Interfaces:
Serializable
public class Image extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Image()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCaption()
Caption for the image, if providedString
getId()
ID for the imageString
getMimeType()
Mime type for the imageString
getSha256()
Image hashvoid
setCaption(String caption)
Caption for the image, if providedvoid
setId(String id)
ID for the imagevoid
setMimeType(String mimeType)
Mime type for the imagevoid
setSha256(String sha256)
Image hash-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Image
public Image()
-
-
Method Detail
-
getMimeType
public String getMimeType()
Mime type for the image
-
setMimeType
public void setMimeType(String mimeType)
Mime type for the image
-
getCaption
public String getCaption()
Caption for the image, if provided
-
setCaption
public void setCaption(String caption)
Caption for the image, if provided
-
-