Uses of Class
com.whatsapp.api.domain.messages.Parameter
Packages that use Parameter
-
Uses of Parameter in com.whatsapp.api.domain.messages
Subclasses of Parameter in com.whatsapp.api.domain.messagesModifier and TypeClassDescriptionclass
The type Button payload parameter.class
The type Button text parameter.class
The type Currency parameter.class
The type Date time parameter.class
The type Document parameter.class
The type Image parameter.class
The type Text parameter.class
The type Video parameter.Methods in com.whatsapp.api.domain.messages that return types with arguments of type ParameterMethods in com.whatsapp.api.domain.messages with parameters of type ParameterModifier and TypeMethodDescriptionComponent.addParameter
(Parameter parameter) Add parameter component.Method parameters in com.whatsapp.api.domain.messages with type arguments of type ParameterModifier and TypeMethodDescriptionComponent.setParameters
(List<Parameter> parameters) Sets parameters.