Uses of Class
com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
Packages that use WhatsAppInteractiveMessageDto.ButtonOrSectionRow
Package
Description
-
Uses of WhatsAppInteractiveMessageDto.ButtonOrSectionRow in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp declared as WhatsAppInteractiveMessageDto.ButtonOrSectionRowModifier and TypeFieldDescriptionWhatsAppInteractiveMessageBuilderImpl.ButtonMessageBuilderImpl.button
protected final 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.ButtonOrSectionRowModifier and TypeFieldDescriptionWhatsAppInteractiveMessageDto.Action.buttons
WhatsAppInteractiveMessageDto.Section.rows
Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppInteractiveMessageDto.ButtonOrSectionRowModifier and TypeMethodDescriptionWhatsAppInteractiveMessageDto.Action.getButtons()
WhatsAppInteractiveMessageDto.Section.getRows()
Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppInteractiveMessageDto.ButtonOrSectionRowModifier and TypeMethodDescriptionvoid
WhatsAppInteractiveMessageDto.Action.setButtons
(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons) void
WhatsAppInteractiveMessageDto.Section.setRows
(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows)