public class WhatsAppInteractiveListActionContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_SECTIONS |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
WhatsAppInteractiveListActionContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveListActionContent |
addSectionsItem(WhatsAppInteractiveListSectionContent sectionsItem) |
boolean |
equals(Object o) |
List<WhatsAppInteractiveListSectionContent> |
getSections()
Array of sections in the list.
|
String |
getTitle()
Title of the list.
|
int |
hashCode() |
WhatsAppInteractiveListActionContent |
sections(List<WhatsAppInteractiveListSectionContent> sections) |
void |
setSections(List<WhatsAppInteractiveListSectionContent> sections) |
void |
setTitle(String title) |
WhatsAppInteractiveListActionContent |
title(String title) |
String |
toString() |
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_SECTIONS
public WhatsAppInteractiveListActionContent()
public WhatsAppInteractiveListActionContent title(String title)
public String getTitle()
public void setTitle(String title)
public WhatsAppInteractiveListActionContent sections(List<WhatsAppInteractiveListSectionContent> sections)
public WhatsAppInteractiveListActionContent addSectionsItem(WhatsAppInteractiveListSectionContent sectionsItem)
public List<WhatsAppInteractiveListSectionContent> getSections()
public void setSections(List<WhatsAppInteractiveListSectionContent> sections)
Copyright © 2022. All rights reserved.