Uses of Class
com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Section
-
Packages that use WhatsAppInteractiveMessageDto.Section Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.dto -
-
Uses of WhatsAppInteractiveMessageDto.Section in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp declared as WhatsAppInteractiveMessageDto.Section Modifier and Type Field Description protected WhatsAppInteractiveMessageDto.Section
WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl. section
-
Uses of WhatsAppInteractiveMessageDto.Section in com.flowable.engage.external.system.whatsapp.dto
Fields in com.flowable.engage.external.system.whatsapp.dto with type parameters of type WhatsAppInteractiveMessageDto.Section Modifier and Type Field Description protected Collection<WhatsAppInteractiveMessageDto.Section>
WhatsAppInteractiveMessageDto.Action. sections
Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppInteractiveMessageDto.Section Modifier and Type Method Description Collection<WhatsAppInteractiveMessageDto.Section>
WhatsAppInteractiveMessageDto.Action. getSections()
Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppInteractiveMessageDto.Section Modifier and Type Method Description void
WhatsAppInteractiveMessageDto.Action. setSections(Collection<WhatsAppInteractiveMessageDto.Section> sections)
-