Class Sticker
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.send.Media
-
- com.restfb.types.whatsapp.platform.send.Sticker
-
- All Implemented Interfaces:
Serializable
public class Sticker extends Media
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setCaption(String caption)
-
Methods inherited from class com.restfb.types.whatsapp.platform.send.Media
as, getCaption, getFilename, getId, getLink, getProvider, setFilename, setProvider
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
setCaption
public void setCaption(String caption)
- Overrides:
setCaption
in classMedia
-
-