Class WhatsAppInteractiveMessageDto.ButtonOrSectionRow
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- Enclosing class:
- WhatsAppInteractiveMessageDto
public static class WhatsAppInteractiveMessageDto.ButtonOrSectionRow extends Object
-
-
Constructor Summary
Constructors Constructor Description ButtonOrSectionRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getId()
String
getTitle()
void
setDescription(String description)
void
setId(String id)
void
setTitle(String title)
-