public class WhatsAppInteractiveButtonsContent 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 |
|---|
WhatsAppInteractiveButtonsContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveButtonsContent |
action(WhatsAppInteractiveButtonsActionContent action) |
WhatsAppInteractiveButtonsContent |
body(WhatsAppInteractiveBodyContent body) |
boolean |
equals(Object o) |
WhatsAppInteractiveButtonsContent |
footer(WhatsAppInteractiveFooterContent footer) |
WhatsAppInteractiveButtonsActionContent |
getAction()
Get action
|
WhatsAppInteractiveBodyContent |
getBody()
Get body
|
WhatsAppInteractiveFooterContent |
getFooter()
Get footer
|
WhatsAppInteractiveButtonsHeaderContent |
getHeader()
Get header
|
int |
hashCode() |
WhatsAppInteractiveButtonsContent |
header(WhatsAppInteractiveButtonsHeaderContent header) |
void |
setAction(WhatsAppInteractiveButtonsActionContent action) |
void |
setBody(WhatsAppInteractiveBodyContent body) |
void |
setFooter(WhatsAppInteractiveFooterContent footer) |
void |
setHeader(WhatsAppInteractiveButtonsHeaderContent 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 WhatsAppInteractiveButtonsContent body(WhatsAppInteractiveBodyContent body)
public WhatsAppInteractiveBodyContent getBody()
public void setBody(WhatsAppInteractiveBodyContent body)
public WhatsAppInteractiveButtonsContent action(WhatsAppInteractiveButtonsActionContent action)
public WhatsAppInteractiveButtonsActionContent getAction()
public void setAction(WhatsAppInteractiveButtonsActionContent action)
public WhatsAppInteractiveButtonsContent header(WhatsAppInteractiveButtonsHeaderContent header)
public WhatsAppInteractiveButtonsHeaderContent getHeader()
public void setHeader(WhatsAppInteractiveButtonsHeaderContent header)
public WhatsAppInteractiveButtonsContent footer(WhatsAppInteractiveFooterContent footer)
public WhatsAppInteractiveFooterContent getFooter()
public void setFooter(WhatsAppInteractiveFooterContent footer)
Copyright © 2022. All rights reserved.