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 TypeClassDescriptionclassThe parts of the message template.Subclasses of Component in com.whatsapp.api.domain.templatesModifier and TypeClassDescriptionclassThe type Body component.classThe type Button component.classThe type Footer component.classHeader 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 thecomponentsrecord component.Constructor parameters in com.whatsapp.api.domain.templates.response with type arguments of type Component