Uses of Interface
com.flowable.engage.external.system.whatsapp.dto.WhatsAppButtonTemplateParameter
Packages that use WhatsAppButtonTemplateParameter
Package
Description
-
Uses of WhatsAppButtonTemplateParameter in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp with type parameters of type WhatsAppButtonTemplateParameterModifier and TypeFieldDescriptionprotected final 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 WhatsAppButtonTemplateParameterFields in com.flowable.engage.external.system.whatsapp.dto with type parameters of type WhatsAppButtonTemplateParameterModifier and TypeFieldDescriptionprotected List<WhatsAppButtonTemplateParameter>
Button.parameters
Methods in com.flowable.engage.external.system.whatsapp.dto that return types with arguments of type WhatsAppButtonTemplateParameterMethod parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppButtonTemplateParameterModifier and TypeMethodDescriptionvoid
Button.setParameters
(List<WhatsAppButtonTemplateParameter> parameters) Constructor parameters in com.flowable.engage.external.system.whatsapp.dto with type arguments of type WhatsAppButtonTemplateParameterModifierConstructorDescriptionButton
(String subType, int index, List<WhatsAppButtonTemplateParameter> parameters)