Uses of Class
com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
Packages that use WhatsAppInteractiveMessageDto.Action Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.dto -
-
Uses of WhatsAppInteractiveMessageDto.Action in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp declared as WhatsAppInteractiveMessageDto.Action Modifier and Type Field Description protected WhatsAppInteractiveMessageDto.Action
WhatsAppInteractiveMessageBuilderImpl.ButtonMessageBuilderImpl. action
protected WhatsAppInteractiveMessageDto.Action
WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl. action
Constructors in com.flowable.engage.external.system.whatsapp with parameters of type WhatsAppInteractiveMessageDto.Action Constructor Description ButtonMessageBuilderImpl(WhatsAppInteractiveMessageDto.Action action)
ListMessageBuilderImpl(WhatsAppInteractiveMessageDto.Action action)
-
Uses of WhatsAppInteractiveMessageDto.Action in com.flowable.engage.external.system.whatsapp.dto
Fields in com.flowable.engage.external.system.whatsapp.dto declared as WhatsAppInteractiveMessageDto.Action Modifier and Type Field Description protected WhatsAppInteractiveMessageDto.Action
WhatsAppInteractiveMessageDto. action
Methods in com.flowable.engage.external.system.whatsapp.dto that return WhatsAppInteractiveMessageDto.Action Modifier and Type Method Description WhatsAppInteractiveMessageDto.Action
WhatsAppInteractiveMessageDto. getAction()
Methods in com.flowable.engage.external.system.whatsapp.dto with parameters of type WhatsAppInteractiveMessageDto.Action Modifier and Type Method Description void
WhatsAppInteractiveMessageDto. setAction(WhatsAppInteractiveMessageDto.Action action)
-