public class PostReturnAddressApi extends Object
| Constructor and Description |
|---|
PostReturnAddressApi() |
PostReturnAddressApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
postReturnAddressesByReturnAddressIdDelete(Integer returnAddressId)
Delete specific post return address
Delete specific post return address
|
com.squareup.okhttp.Call |
postReturnAddressesByReturnAddressIdDeleteAsync(Integer returnAddressId,
ApiCallback<String> callback)
Delete specific post return address (asynchronously)
Delete specific post return address
|
com.squareup.okhttp.Call |
postReturnAddressesByReturnAddressIdDeleteCall(Integer returnAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesByReturnAddressIdDelete
|
ApiResponse<String> |
postReturnAddressesByReturnAddressIdDeleteWithHttpInfo(Integer returnAddressId)
Delete specific post return address
Delete specific post return address
|
String |
postReturnAddressesByReturnAddressIdGet(Integer returnAddressId)
Get specific post return address
Get specific post return address
|
com.squareup.okhttp.Call |
postReturnAddressesByReturnAddressIdGetAsync(Integer returnAddressId,
ApiCallback<String> callback)
Get specific post return address (asynchronously)
Get specific post return address
|
com.squareup.okhttp.Call |
postReturnAddressesByReturnAddressIdGetCall(Integer returnAddressId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesByReturnAddressIdGet
|
ApiResponse<String> |
postReturnAddressesByReturnAddressIdGetWithHttpInfo(Integer returnAddressId)
Get specific post return address
Get specific post return address
|
String |
postReturnAddressesByReturnAddressIdPut(Integer returnAddressId,
Address returnAddress)
Update post return address
Update post return address
|
com.squareup.okhttp.Call |
postReturnAddressesByReturnAddressIdPutAsync(Integer returnAddressId,
Address returnAddress,
ApiCallback<String> callback)
Update post return address (asynchronously)
Update post return address
|
com.squareup.okhttp.Call |
postReturnAddressesByReturnAddressIdPutCall(Integer returnAddressId,
Address returnAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesByReturnAddressIdPut
|
ApiResponse<String> |
postReturnAddressesByReturnAddressIdPutWithHttpInfo(Integer returnAddressId,
Address returnAddress)
Update post return address
Update post return address
|
String |
postReturnAddressesGet(Integer page,
Integer limit)
Get list of post return addresses
Get list of post return addresses
|
com.squareup.okhttp.Call |
postReturnAddressesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get list of post return addresses (asynchronously)
Get list of post return addresses
|
com.squareup.okhttp.Call |
postReturnAddressesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesGet
|
ApiResponse<String> |
postReturnAddressesGetWithHttpInfo(Integer page,
Integer limit)
Get list of post return addresses
Get list of post return addresses
|
String |
postReturnAddressesPost(Address returnAddress)
Create post return address
Create post return address
|
com.squareup.okhttp.Call |
postReturnAddressesPostAsync(Address returnAddress,
ApiCallback<String> callback)
Create post return address (asynchronously)
Create post return address
|
com.squareup.okhttp.Call |
postReturnAddressesPostCall(Address returnAddress,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postReturnAddressesPost
|
ApiResponse<String> |
postReturnAddressesPostWithHttpInfo(Address returnAddress)
Create post return address
Create post return address
|
void |
setApiClient(ApiClient apiClient) |
public PostReturnAddressApi()
public PostReturnAddressApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call postReturnAddressesByReturnAddressIdDeleteCall(Integer returnAddressId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
returnAddressId - Return address ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String postReturnAddressesByReturnAddressIdDelete(Integer returnAddressId) throws ApiException
returnAddressId - Return address ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> postReturnAddressesByReturnAddressIdDeleteWithHttpInfo(Integer returnAddressId) throws ApiException
returnAddressId - Return address ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postReturnAddressesByReturnAddressIdDeleteAsync(Integer returnAddressId, ApiCallback<String> callback) throws ApiException
returnAddressId - Return address ID (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 postReturnAddressesByReturnAddressIdGetCall(Integer returnAddressId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
returnAddressId - Return address ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String postReturnAddressesByReturnAddressIdGet(Integer returnAddressId) throws ApiException
returnAddressId - Return address ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> postReturnAddressesByReturnAddressIdGetWithHttpInfo(Integer returnAddressId) throws ApiException
returnAddressId - Return address ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postReturnAddressesByReturnAddressIdGetAsync(Integer returnAddressId, ApiCallback<String> callback) throws ApiException
returnAddressId - Return address ID (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 postReturnAddressesByReturnAddressIdPutCall(Integer returnAddressId, Address returnAddress, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
returnAddressId - Return address ID (required)returnAddress - Address model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String postReturnAddressesByReturnAddressIdPut(Integer returnAddressId, Address returnAddress) throws ApiException
returnAddressId - Return address ID (required)returnAddress - Address model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> postReturnAddressesByReturnAddressIdPutWithHttpInfo(Integer returnAddressId, Address returnAddress) throws ApiException
returnAddressId - Return address ID (required)returnAddress - Address model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postReturnAddressesByReturnAddressIdPutAsync(Integer returnAddressId, Address returnAddress, ApiCallback<String> callback) throws ApiException
returnAddressId - Return address ID (required)returnAddress - Address 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 postReturnAddressesGetCall(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 postReturnAddressesGet(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> postReturnAddressesGetWithHttpInfo(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 postReturnAddressesGetAsync(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 postReturnAddressesPostCall(Address returnAddress, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
returnAddress - Address model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String postReturnAddressesPost(Address returnAddress) throws ApiException
returnAddress - Address model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> postReturnAddressesPostWithHttpInfo(Address returnAddress) throws ApiException
returnAddress - Address model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postReturnAddressesPostAsync(Address returnAddress, ApiCallback<String> callback) throws ApiException
returnAddress - Address 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.