Class Action
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.send.interactive.Action
-
- All Implemented Interfaces:
Serializable
public class Action extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
addButton(Button button)
Action
addSection(Section section)
String
getButton()
List<Button>
getButtons()
String
getCatalogId()
String
getProductRetailerId()
void
setButton(String button)
void
setCatalogId(String catalogId)
void
setProductRetailerId(String productRetailerId)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Action
public Action()
-
-
Method Detail
-
addSection
public Action addSection(Section section)
-
getButtons
public List<Button> getButtons()
-
getCatalogId
public String getCatalogId()
-
setCatalogId
public void setCatalogId(String catalogId)
-
getProductRetailerId
public String getProductRetailerId()
-
setProductRetailerId
public void setProductRetailerId(String productRetailerId)
-
-