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.ButtonOrSectionRowWhatsAppInteractiveMessageBuilderImpl.ButtonMessageBuilderImpl. buttonprotected WhatsAppInteractiveMessageDto.ButtonOrSectionRowWhatsAppInteractiveMessageBuilderImpl.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. buttonsprotected Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>WhatsAppInteractiveMessageDto.Section. rowsMethods 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 voidWhatsAppInteractiveMessageDto.Action. setButtons(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> buttons)voidWhatsAppInteractiveMessageDto.Section. setRows(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow> rows)
-