public static interface WhatsAppInteractiveMessageBuilder.SectionRowBuilder
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveMessageBuilder.SectionBuilder |
addRow()
Add the previously configured row.
|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
description(String description)
The user visible description of the row.
|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
id(String id)
The unique identifier of the row.
|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder |
title(String title)
The user visible text in the row.
|
WhatsAppInteractiveMessageBuilder.SectionRowBuilder id(String id)
id - the row unique identifieraddRow()WhatsAppInteractiveMessageBuilder.SectionRowBuilder title(String title)
title - the row contentaddRow()WhatsAppInteractiveMessageBuilder.SectionRowBuilder description(String description)
description - the row descriptionaddRow()WhatsAppInteractiveMessageBuilder.SectionBuilder addRow()
WhatsAppInteractiveMessageBuilder.SectionRowBuilder operations are a noop.