Uses of Class
com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
Packages that use WhatsAppInteractiveMessageDto.ButtonOrSectionRow Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.dto -
-
Uses of WhatsAppInteractiveMessageDto.ButtonOrSectionRow in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp declared as WhatsAppInteractiveMessageDto.ButtonOrSectionRow Modifier and Type Field Description protected WhatsAppInteractiveMessageDto.ButtonOrSectionRow
WhatsAppInteractiveMessageBuilderImpl.ButtonMessageBuilderImpl. button
protected WhatsAppInteractiveMessageDto.ButtonOrSectionRow
WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl. row
-
Uses of WhatsAppInteractiveMessageDto.ButtonOrSectionRow in com.flowable.engage.external.system.whatsapp.dto
Fields in com.flowable.engage.external.system.whatsapp.dto with type parameters of type WhatsAppInteractiveMessageDto.ButtonOrSectionRow Modifier and Type Field Description protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>
WhatsAppInteractiveMessageDto.Action. buttons
protected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>
WhatsAppInteractiveMessageDto.Section. rows
Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppInteractiveMessageDto.ButtonOrSectionRow Modifier and Type Method Description Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>
WhatsAppInteractiveMessageDto.Action. getButtons()
Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>
WhatsAppInteractiveMessageDto.Section. getRows()
Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppInteractiveMessageDto.ButtonOrSectionRow Modifier and Type Method Description void
WhatsAppInteractiveMessageDto.Action. setButtons(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons)
void
WhatsAppInteractiveMessageDto.Section. setRows(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows)
-