public class ReceiveSmsApi extends Object
| Constructor and Description |
|---|
ReceiveSmsApi() |
ReceiveSmsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
SmsInboundMessageResult |
getInboundSmsMessages(Integer limit)
Get inbound SMS messages.
|
okhttp3.Call |
getInboundSmsMessagesAsync(Integer limit,
ApiCallback<SmsInboundMessageResult> _callback)
Get inbound SMS messages (asynchronously).
|
okhttp3.Call |
getInboundSmsMessagesCall(Integer limit,
ApiCallback _callback)
Build call for getInboundSmsMessages.
|
ApiResponse<SmsInboundMessageResult> |
getInboundSmsMessagesWithHttpInfo(Integer limit)
Get inbound SMS messages.
|
void |
setApiClient(ApiClient apiClient) |
public ReceiveSmsApi()
public ReceiveSmsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getInboundSmsMessagesCall(Integer limit, ApiCallback _callback) throws ApiException
limit - Maximum number of messages to be returned in a response. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic SmsInboundMessageResult getInboundSmsMessages(Integer limit) throws ApiException
limit - Maximum number of messages to be returned in a response. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<SmsInboundMessageResult> getInboundSmsMessagesWithHttpInfo(Integer limit) throws ApiException
limit - Maximum number of messages to be returned in a response. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic okhttp3.Call getInboundSmsMessagesAsync(Integer limit, ApiCallback<SmsInboundMessageResult> _callback) throws ApiException
limit - Maximum number of messages to be returned in a response. (optional)_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.