Uses of Record Class
com.whatsapp.api.domain.templates.response.Template
Packages that use Template
Package
Description
-
Uses of Template in com.whatsapp.api.domain.templates.response
Methods in com.whatsapp.api.domain.templates.response that return types with arguments of type TemplateModifier and TypeMethodDescriptionMessageTemplates.data()
Returns the value of thedata
record component.Constructor parameters in com.whatsapp.api.domain.templates.response with type arguments of type TemplateModifierConstructorDescriptionMessageTemplates
(List<Template> data, Paging paging) Creates an instance of aMessageTemplates
record class. -
Uses of Template in com.whatsapp.api.impl
Methods in com.whatsapp.api.impl that return TemplateModifier and TypeMethodDescriptionWhatsappBusinessManagementApi.createMessageTemplate
(String whatsappBusinessAccountId, MessageTemplate messageTemplate) Use the WhatsApp Business Management API to create new message templates, media message templates, or interactive message templates.WhatsappBusinessManagementApi.updateMessageTemplate
(String whatsappBusinessAccountId, String messageTemplateId, MessageTemplate messageTemplate) Update message template message template id response. -
Uses of Template in com.whatsapp.api.service
Methods in com.whatsapp.api.service that return types with arguments of type TemplateModifier and TypeMethodDescriptionretrofit2.Call<Template>
WhatsappBusinessManagementApiService.createMessageTemplate
(String apiVersion, String whatsappBusinessAccountId, MessageTemplate messageTemplate) Create message template call.retrofit2.Call<Template>
WhatsappBusinessManagementApiService.updateMessageTemplate
(String apiVersion, String whatsappBusinessAccountId, String messageTemplateId, MessageTemplate messageTemplate) Update message template call.