Class Section
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.send.interactive.Section
-
- All Implemented Interfaces:
Serializable
public class Section extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Section.Product
static class
Section.Row
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Section
addProductItem(Section.Product product)
Section
addRow(Section.Row row)
void
setTitle(String title)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Section
public Section()
-
-
Method Detail
-
addRow
public Section addRow(Section.Row row)
-
addProductItem
public Section addProductItem(Section.Product product)
-
-