public static class WhatsAppInteractiveMessageDto.Section extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> |
rows |
protected String |
title |
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> |
getRows() |
String |
getTitle() |
void |
setRows(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows) |
void |
setTitle(String title) |
protected String title
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows
public String getTitle()
public void setTitle(String title)
public Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> getRows()
public void setRows(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows)