Class Interactive.Reply
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Interactive.Reply
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Interactive
public static class Interactive.Reply extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Reply()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getId()
String
getTitle()
void
setDescription(String description)
void
setId(String id)
void
setTitle(String title)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Reply
public Reply()
-
-