Uses of Record Class
com.whatsapp.api.domain.templates.response.MessageTemplates
-
Uses of MessageTemplates in com.whatsapp.api.impl
Modifier 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
Modifier 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.