public class SendWhatsAppApi extends Object
| Constructor and Description |
|---|
SendWhatsAppApi() |
SendWhatsAppApi(ApiClient apiClient) |
public SendWhatsAppApi()
public SendWhatsAppApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call sendWhatsAppAudioMessageCall(WhatsAppAudioMessage whatsAppAudioMessage, ApiCallback _callback) throws ApiException
whatsAppAudioMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppAudioMessage(WhatsAppAudioMessage whatsAppAudioMessage) throws ApiException
whatsAppAudioMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppAudioMessageWithHttpInfo(WhatsAppAudioMessage whatsAppAudioMessage) throws ApiException
whatsAppAudioMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppAudioMessageAsync(WhatsAppAudioMessage whatsAppAudioMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppAudioMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppContactMessageCall(WhatsAppContactsMessage whatsAppContactsMessage, ApiCallback _callback) throws ApiException
whatsAppContactsMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppContactMessage(WhatsAppContactsMessage whatsAppContactsMessage) throws ApiException
whatsAppContactsMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppContactMessageWithHttpInfo(WhatsAppContactsMessage whatsAppContactsMessage) throws ApiException
whatsAppContactsMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppContactMessageAsync(WhatsAppContactsMessage whatsAppContactsMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppContactsMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppDocumentMessageCall(WhatsAppDocumentMessage whatsAppDocumentMessage, ApiCallback _callback) throws ApiException
whatsAppDocumentMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppDocumentMessage(WhatsAppDocumentMessage whatsAppDocumentMessage) throws ApiException
whatsAppDocumentMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppDocumentMessageWithHttpInfo(WhatsAppDocumentMessage whatsAppDocumentMessage) throws ApiException
whatsAppDocumentMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppDocumentMessageAsync(WhatsAppDocumentMessage whatsAppDocumentMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppDocumentMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppImageMessageCall(WhatsAppImageMessage whatsAppImageMessage, ApiCallback _callback) throws ApiException
whatsAppImageMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppImageMessage(WhatsAppImageMessage whatsAppImageMessage) throws ApiException
whatsAppImageMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppImageMessageWithHttpInfo(WhatsAppImageMessage whatsAppImageMessage) throws ApiException
whatsAppImageMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppImageMessageAsync(WhatsAppImageMessage whatsAppImageMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppImageMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppInteractiveButtonsMessageCall(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage, ApiCallback _callback) throws ApiException
whatsAppInteractiveButtonsMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppInteractiveButtonsMessage(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage) throws ApiException
whatsAppInteractiveButtonsMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppInteractiveButtonsMessageWithHttpInfo(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage) throws ApiException
whatsAppInteractiveButtonsMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppInteractiveButtonsMessageAsync(WhatsAppInteractiveButtonsMessage whatsAppInteractiveButtonsMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppInteractiveButtonsMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppInteractiveListMessageCall(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage, ApiCallback _callback) throws ApiException
whatsAppInteractiveListMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppInteractiveListMessage(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage) throws ApiException
whatsAppInteractiveListMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppInteractiveListMessageWithHttpInfo(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage) throws ApiException
whatsAppInteractiveListMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppInteractiveListMessageAsync(WhatsAppInteractiveListMessage whatsAppInteractiveListMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppInteractiveListMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppLocationMessageCall(WhatsAppLocationMessage whatsAppLocationMessage, ApiCallback _callback) throws ApiException
whatsAppLocationMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppLocationMessage(WhatsAppLocationMessage whatsAppLocationMessage) throws ApiException
whatsAppLocationMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppLocationMessageWithHttpInfo(WhatsAppLocationMessage whatsAppLocationMessage) throws ApiException
whatsAppLocationMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppLocationMessageAsync(WhatsAppLocationMessage whatsAppLocationMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppLocationMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppStickerMessageCall(WhatsAppStickerMessage whatsAppStickerMessage, ApiCallback _callback) throws ApiException
whatsAppStickerMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppStickerMessage(WhatsAppStickerMessage whatsAppStickerMessage) throws ApiException
whatsAppStickerMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppStickerMessageWithHttpInfo(WhatsAppStickerMessage whatsAppStickerMessage) throws ApiException
whatsAppStickerMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppStickerMessageAsync(WhatsAppStickerMessage whatsAppStickerMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppStickerMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppTemplateMessageCall(WhatsAppBulkMessage whatsAppBulkMessage, ApiCallback _callback) throws ApiException
whatsAppBulkMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppBulkMessageInfo sendWhatsAppTemplateMessage(WhatsAppBulkMessage whatsAppBulkMessage) throws ApiException
whatsAppBulkMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppBulkMessageInfo> sendWhatsAppTemplateMessageWithHttpInfo(WhatsAppBulkMessage whatsAppBulkMessage) throws ApiException
whatsAppBulkMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppTemplateMessageAsync(WhatsAppBulkMessage whatsAppBulkMessage, ApiCallback<WhatsAppBulkMessageInfo> _callback) throws ApiException
whatsAppBulkMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppTextMessageCall(WhatsAppTextMessage whatsAppTextMessage, ApiCallback _callback) throws ApiException
whatsAppTextMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppTextMessage(WhatsAppTextMessage whatsAppTextMessage) throws ApiException
whatsAppTextMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppTextMessageWithHttpInfo(WhatsAppTextMessage whatsAppTextMessage) throws ApiException
whatsAppTextMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppTextMessageAsync(WhatsAppTextMessage whatsAppTextMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppTextMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call sendWhatsAppVideoMessageCall(WhatsAppVideoMessage whatsAppVideoMessage, ApiCallback _callback) throws ApiException
whatsAppVideoMessage - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic WhatsAppSingleMessageInfo sendWhatsAppVideoMessage(WhatsAppVideoMessage whatsAppVideoMessage) throws ApiException
whatsAppVideoMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<WhatsAppSingleMessageInfo> sendWhatsAppVideoMessageWithHttpInfo(WhatsAppVideoMessage whatsAppVideoMessage) throws ApiException
whatsAppVideoMessage - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call sendWhatsAppVideoMessageAsync(WhatsAppVideoMessage whatsAppVideoMessage, ApiCallback<WhatsAppSingleMessageInfo> _callback) throws ApiException
whatsAppVideoMessage - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.