public class WhatsAppInteractiveListSectionContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ROWS |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
WhatsAppInteractiveListSectionContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveListSectionContent |
addRowsItem(WhatsAppInteractiveRowContent rowsItem) |
boolean |
equals(Object o) |
List<WhatsAppInteractiveRowContent> |
getRows()
Array of rows sent in the section.
|
String |
getTitle()
Title of the section.
|
int |
hashCode() |
WhatsAppInteractiveListSectionContent |
rows(List<WhatsAppInteractiveRowContent> rows) |
void |
setRows(List<WhatsAppInteractiveRowContent> rows) |
void |
setTitle(String title) |
WhatsAppInteractiveListSectionContent |
title(String title) |
String |
toString() |
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_ROWS
public WhatsAppInteractiveListSectionContent()
public WhatsAppInteractiveListSectionContent title(String title)
public String getTitle()
public void setTitle(String title)
public WhatsAppInteractiveListSectionContent rows(List<WhatsAppInteractiveRowContent> rows)
public WhatsAppInteractiveListSectionContent addRowsItem(WhatsAppInteractiveRowContent rowsItem)
public List<WhatsAppInteractiveRowContent> getRows()
public void setRows(List<WhatsAppInteractiveRowContent> rows)
Copyright © 2022. All rights reserved.