Class Interactive
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.send.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.Type
-
Constructor Summary
Constructors Constructor Description Interactive(Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setBody(Body body)
void
setFooter(Footer footer)
void
setHeader(Header header)
void
setType(Interactive.Type type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Interactive
public Interactive(Action action)
-
-