Uses of Record Class
com.whatsapp.api.domain.templates.response.MessageTemplates
Packages that use MessageTemplates
-
Uses of MessageTemplates in com.whatsapp.api.impl
Methods in com.whatsapp.api.impl that return MessageTemplatesModifier and TypeMethodDescriptionWhatsappBusinessManagementApi.retrieveTemplates
(String whatsappBusinessAccountId) When a message template is returned, the response will include all its translations (if any).WhatsappBusinessManagementApi.retrieveTemplates
(String whatsappBusinessAccountId, int limit) Retrieve templates message templates.WhatsappBusinessManagementApi.retrieveTemplates
(String whatsappBusinessAccountId, int limit, String after) Retrieve templates message templates.WhatsappBusinessManagementApi.retrieveTemplates
(String whatsappBusinessAccountId, String templateName) Retrieve templates message templates. -
Uses of MessageTemplates in com.whatsapp.api.service
Methods in com.whatsapp.api.service that return types with arguments of type MessageTemplatesModifier and TypeMethodDescriptionretrofit2.Call<MessageTemplates>
WhatsappBusinessManagementApiService.retrieveTemplates
(String apiVersion, String whatsappBusinessAccountId) Retrieve templates call.retrofit2.Call<MessageTemplates>
WhatsappBusinessManagementApiService.retrieveTemplates
(String apiVersion, String whatsappBusinessAccountId, Map<String, Object> filters) Retrieve templates call.