Uses of Interface
com.flowable.engage.external.system.whatsapp.dto.WhatsAppButtonTemplateParameter
-
Packages that use WhatsAppButtonTemplateParameter Package Description com.flowable.engage.external.system.whatsapp com.flowable.engage.external.system.whatsapp.dto -
-
Uses of WhatsAppButtonTemplateParameter in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp with type parameters of type WhatsAppButtonTemplateParameter Modifier and Type Field Description protected List<WhatsAppButtonTemplateParameter>WhatsAppTemplateMessageBuilderImpl.ButtonComponentBuilderImpl. parameterList -
Uses of WhatsAppButtonTemplateParameter in com.flowable.engage.external.system.whatsapp.dto
Classes in com.flowable.engage.external.system.whatsapp.dto that implement WhatsAppButtonTemplateParameter Modifier and Type Class Description classPayloadParameterclassTextParameterFields in com.flowable.engage.external.system.whatsapp.dto with type parameters of type WhatsAppButtonTemplateParameter Modifier and Type Field Description protected List<WhatsAppButtonTemplateParameter>Button. parametersMethods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppButtonTemplateParameter Modifier and Type Method Description List<WhatsAppButtonTemplateParameter>Button. getParameters()Method parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppButtonTemplateParameter Modifier and Type Method Description voidButton. setParameters(List<WhatsAppButtonTemplateParameter> parameters)Constructor parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppButtonTemplateParameter Constructor Description Button(String subType, int index, List<WhatsAppButtonTemplateParameter> parameters)
-