Class Sticker
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Sticker
-
- All Implemented Interfaces:
Serializable
public class Sticker extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sticker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
ID for the stickerString
getMimeType()
image/webpString
getSha256()
Hash for the stickervoid
setId(String id)
ID for the stickervoid
setMimeType(String mimeType)
image/webpvoid
setSha256(String sha256)
Hash for the sticker-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Sticker
public Sticker()
-
-
Method Detail
-
getMimeType
public String getMimeType()
image/webp
-
setMimeType
public void setMimeType(String mimeType)
image/webp
-
-