Uses of Class
com.whatsapp.api.domain.templates.Component
Packages that use Component
-
Uses of Component in com.whatsapp.api.domain.templates
Classes in com.whatsapp.api.domain.templates with type parameters of type ComponentModifier and TypeClassDescriptionclass
The parts of the message template.Subclasses of Component in com.whatsapp.api.domain.templatesModifier and TypeClassDescriptionclass
The type Body component.class
The type Button component.class
The type Footer component.class
Header componentMethods in com.whatsapp.api.domain.templates that return ComponentMethods in com.whatsapp.api.domain.templates that return types with arguments of type ComponentMethods in com.whatsapp.api.domain.templates with parameters of type ComponentModifier and TypeMethodDescriptionMessageTemplate.addComponent
(Component<?> component) Add component message template.MessageTemplate.addComponents
(Component<?>... components) Add components message template.Method parameters in com.whatsapp.api.domain.templates with type arguments of type ComponentModifier and TypeMethodDescriptionMessageTemplate.setComponents
(List<Component<?>> components) Sets components. -
Uses of Component in com.whatsapp.api.domain.templates.response
Methods in com.whatsapp.api.domain.templates.response that return types with arguments of type ComponentModifier and TypeMethodDescriptionTemplate.components()
Returns the value of thecomponents
record component.Constructor parameters in com.whatsapp.api.domain.templates.response with type arguments of type Component