public class MmsCampaignApi extends Object
| Constructor and Description |
|---|
MmsCampaignApi() |
MmsCampaignApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
mmsCampaignByMmsCampaignIdGet(Integer mmsCampaignId)
Get specific mms campaign
Get specific mms campaign
|
com.squareup.okhttp.Call |
mmsCampaignByMmsCampaignIdGetAsync(Integer mmsCampaignId,
ApiCallback<String> callback)
Get specific mms campaign (asynchronously)
Get specific mms campaign
|
com.squareup.okhttp.Call |
mmsCampaignByMmsCampaignIdGetCall(Integer mmsCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignByMmsCampaignIdGet
|
ApiResponse<String> |
mmsCampaignByMmsCampaignIdGetWithHttpInfo(Integer mmsCampaignId)
Get specific mms campaign
Get specific mms campaign
|
String |
mmsCampaignsByMmsCampaignIdPut(Integer mmsCampaignId,
MmsCampaign campaign)
Update mms campaign
Update mms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsByMmsCampaignIdPutAsync(Integer mmsCampaignId,
MmsCampaign campaign,
ApiCallback<String> callback)
Update mms campaign (asynchronously)
Update mms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsByMmsCampaignIdPutCall(Integer mmsCampaignId,
MmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsByMmsCampaignIdPut
|
ApiResponse<String> |
mmsCampaignsByMmsCampaignIdPutWithHttpInfo(Integer mmsCampaignId,
MmsCampaign campaign)
Update mms campaign
Update mms campaign
|
String |
mmsCampaignsCancelByMmsCampaignIdPut(Integer mmsCampaignId)
Cancel mms campaign
Cancel sms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsCancelByMmsCampaignIdPutAsync(Integer mmsCampaignId,
ApiCallback<String> callback)
Cancel mms campaign (asynchronously)
Cancel sms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsCancelByMmsCampaignIdPutCall(Integer mmsCampaignId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsCancelByMmsCampaignIdPut
|
ApiResponse<String> |
mmsCampaignsCancelByMmsCampaignIdPutWithHttpInfo(Integer mmsCampaignId)
Cancel mms campaign
Cancel sms campaign
|
String |
mmsCampaignsGet(Integer page,
Integer limit)
Get list of mms campaigns
Get list of mms campaigns
|
com.squareup.okhttp.Call |
mmsCampaignsGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of mms campaigns (asynchronously)
Get list of mms campaigns
|
com.squareup.okhttp.Call |
mmsCampaignsGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsGet
|
ApiResponse<String> |
mmsCampaignsGetWithHttpInfo(Integer page,
Integer limit)
Get list of mms campaigns
Get list of mms campaigns
|
String |
mmsCampaignsPricePost(MmsCampaign campaign)
Calculate price for mms campaign
Calculate price for sms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsPricePostAsync(MmsCampaign campaign,
ApiCallback<String> callback)
Calculate price for mms campaign (asynchronously)
Calculate price for sms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsPricePostCall(MmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsPricePost
|
ApiResponse<String> |
mmsCampaignsPricePostWithHttpInfo(MmsCampaign campaign)
Calculate price for mms campaign
Calculate price for sms campaign
|
String |
mmsCampaignsSendPost(MmsCampaign campaign)
Create mms campaign
Create mms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsSendPostAsync(MmsCampaign campaign,
ApiCallback<String> callback)
Create mms campaign (asynchronously)
Create mms campaign
|
com.squareup.okhttp.Call |
mmsCampaignsSendPostCall(MmsCampaign campaign,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mmsCampaignsSendPost
|
ApiResponse<String> |
mmsCampaignsSendPostWithHttpInfo(MmsCampaign campaign)
Create mms campaign
Create mms campaign
|
void |
setApiClient(ApiClient apiClient) |
public MmsCampaignApi()
public MmsCampaignApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call mmsCampaignByMmsCampaignIdGetCall(Integer mmsCampaignId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
mmsCampaignId - ID of MMS campaign to retrieve (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsCampaignByMmsCampaignIdGet(Integer mmsCampaignId) throws ApiException
mmsCampaignId - ID of MMS campaign to retrieve (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsCampaignByMmsCampaignIdGetWithHttpInfo(Integer mmsCampaignId) throws ApiException
mmsCampaignId - ID of MMS campaign to retrieve (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsCampaignByMmsCampaignIdGetAsync(Integer mmsCampaignId, ApiCallback<String> callback) throws ApiException
mmsCampaignId - ID of MMS campaign to retrieve (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 com.squareup.okhttp.Call mmsCampaignsByMmsCampaignIdPutCall(Integer mmsCampaignId, MmsCampaign campaign, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
mmsCampaignId - ID of MMS campaign to update (required)campaign - MmsCampaign model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsCampaignsByMmsCampaignIdPut(Integer mmsCampaignId, MmsCampaign campaign) throws ApiException
mmsCampaignId - ID of MMS campaign to update (required)campaign - MmsCampaign model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsCampaignsByMmsCampaignIdPutWithHttpInfo(Integer mmsCampaignId, MmsCampaign campaign) throws ApiException
mmsCampaignId - ID of MMS campaign to update (required)campaign - MmsCampaign model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsCampaignsByMmsCampaignIdPutAsync(Integer mmsCampaignId, MmsCampaign campaign, ApiCallback<String> callback) throws ApiException
mmsCampaignId - ID of MMS campaign to update (required)campaign - MmsCampaign model (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 com.squareup.okhttp.Call mmsCampaignsCancelByMmsCampaignIdPutCall(Integer mmsCampaignId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
mmsCampaignId - ID of MMS Campaign to cancel (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsCampaignsCancelByMmsCampaignIdPut(Integer mmsCampaignId) throws ApiException
mmsCampaignId - ID of MMS Campaign to cancel (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsCampaignsCancelByMmsCampaignIdPutWithHttpInfo(Integer mmsCampaignId) throws ApiException
mmsCampaignId - ID of MMS Campaign to cancel (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsCampaignsCancelByMmsCampaignIdPutAsync(Integer mmsCampaignId, ApiCallback<String> callback) throws ApiException
mmsCampaignId - ID of MMS Campaign to cancel (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 com.squareup.okhttp.Call mmsCampaignsGetCall(Integer page, Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsCampaignsGet(Integer page, Integer limit) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsCampaignsGetWithHttpInfo(Integer page, Integer limit) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsCampaignsGetAsync(Integer page, Integer limit, ApiCallback<String> callback) throws ApiException
page - Page number (optional, default to 1)limit - Number of records per page (optional, default to 10)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 com.squareup.okhttp.Call mmsCampaignsPricePostCall(MmsCampaign campaign, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
campaign - MmsCampaign model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsCampaignsPricePost(MmsCampaign campaign) throws ApiException
campaign - MmsCampaign model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsCampaignsPricePostWithHttpInfo(MmsCampaign campaign) throws ApiException
campaign - MmsCampaign model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsCampaignsPricePostAsync(MmsCampaign campaign, ApiCallback<String> callback) throws ApiException
campaign - MmsCampaign model (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 com.squareup.okhttp.Call mmsCampaignsSendPostCall(MmsCampaign campaign, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
campaign - MmsCampaign model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String mmsCampaignsSendPost(MmsCampaign campaign) throws ApiException
campaign - MmsCampaign model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> mmsCampaignsSendPostWithHttpInfo(MmsCampaign campaign) throws ApiException
campaign - MmsCampaign model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call mmsCampaignsSendPostAsync(MmsCampaign campaign, ApiCallback<String> callback) throws ApiException
campaign - MmsCampaign model (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 © 2019. All rights reserved.