Class Text
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.send.Text
-
- All Implemented Interfaces:
Serializable
public class Text extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBody()
Boolean
getPreviewUrl()
void
setPreviewUrl(Boolean previewUrl)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
getPreviewUrl
public Boolean getPreviewUrl()
-
setPreviewUrl
public void setPreviewUrl(Boolean previewUrl)
-
-