public class WhatsAppInteractiveListContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACTION |
static String |
SERIALIZED_NAME_BODY |
static String |
SERIALIZED_NAME_FOOTER |
static String |
SERIALIZED_NAME_HEADER |
| Constructor and Description |
|---|
WhatsAppInteractiveListContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveListContent |
action(WhatsAppInteractiveListActionContent action) |
WhatsAppInteractiveListContent |
body(WhatsAppInteractiveBodyContent body) |
boolean |
equals(Object o) |
WhatsAppInteractiveListContent |
footer(WhatsAppInteractiveFooterContent footer) |
WhatsAppInteractiveListActionContent |
getAction()
Get action
|
WhatsAppInteractiveBodyContent |
getBody()
Get body
|
WhatsAppInteractiveFooterContent |
getFooter()
Get footer
|
WhatsAppInteractiveListHeaderContent |
getHeader()
Get header
|
int |
hashCode() |
WhatsAppInteractiveListContent |
header(WhatsAppInteractiveListHeaderContent header) |
void |
setAction(WhatsAppInteractiveListActionContent action) |
void |
setBody(WhatsAppInteractiveBodyContent body) |
void |
setFooter(WhatsAppInteractiveFooterContent footer) |
void |
setHeader(WhatsAppInteractiveListHeaderContent header) |
String |
toString() |
public static final String SERIALIZED_NAME_BODY
public static final String SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_HEADER
public static final String SERIALIZED_NAME_FOOTER
public WhatsAppInteractiveListContent body(WhatsAppInteractiveBodyContent body)
public WhatsAppInteractiveBodyContent getBody()
public void setBody(WhatsAppInteractiveBodyContent body)
public WhatsAppInteractiveListContent action(WhatsAppInteractiveListActionContent action)
public WhatsAppInteractiveListActionContent getAction()
public void setAction(WhatsAppInteractiveListActionContent action)
public WhatsAppInteractiveListContent header(WhatsAppInteractiveListHeaderContent header)
public WhatsAppInteractiveListHeaderContent getHeader()
public void setHeader(WhatsAppInteractiveListHeaderContent header)
public WhatsAppInteractiveListContent footer(WhatsAppInteractiveFooterContent footer)
public WhatsAppInteractiveFooterContent getFooter()
public void setFooter(WhatsAppInteractiveFooterContent footer)
Copyright © 2022. All rights reserved.