Class Interactive
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Interactive
-
- All Implemented Interfaces:
Serializable
public class Interactive extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Interactive.Reply
static class
Interactive.Type
-
Constructor Summary
Constructors Constructor Description Interactive()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interactive.Reply
getButtonReply()
Interactive.Reply
getListReply()
Interactive.Reply
getReply()
Interactive.Type
getType()
boolean
isButtonReply()
boolean
isListReply()
void
setButtonReply(Interactive.Reply buttonReply)
void
setListReply(Interactive.Reply listReply)
void
setType(Interactive.Type type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Interactive
public Interactive()
-
-
Method Detail
-
getReply
public Interactive.Reply getReply()
-
isButtonReply
public boolean isButtonReply()
-
isListReply
public boolean isListReply()
-
getListReply
public Interactive.Reply getListReply()
-
setListReply
public void setListReply(Interactive.Reply listReply)
-
getButtonReply
public Interactive.Reply getButtonReply()
-
setButtonReply
public void setButtonReply(Interactive.Reply buttonReply)
-
getType
public Interactive.Type getType()
-
setType
public void setType(Interactive.Type type)
-
-