public class DeliveryIssuesApi extends Object
| Constructor and Description |
|---|
DeliveryIssuesApi() |
DeliveryIssuesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
deliveryIssuesGet(Integer page,
Integer limit)
Get all delivery issues
Get all delivery issues
|
com.squareup.okhttp.Call |
deliveryIssuesGetAsync(Integer page,
Integer limit,
ApiCallback<String> callback)
Get all delivery issues (asynchronously)
Get all delivery issues
|
com.squareup.okhttp.Call |
deliveryIssuesGetCall(Integer page,
Integer limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deliveryIssuesGet
|
ApiResponse<String> |
deliveryIssuesGetWithHttpInfo(Integer page,
Integer limit)
Get all delivery issues
Get all delivery issues
|
String |
deliveryIssuesPost(DeliveryIssue deliveryIssue)
Create delivery Issue
Create delivery Issue
|
com.squareup.okhttp.Call |
deliveryIssuesPostAsync(DeliveryIssue deliveryIssue,
ApiCallback<String> callback)
Create delivery Issue (asynchronously)
Create delivery Issue
|
com.squareup.okhttp.Call |
deliveryIssuesPostCall(DeliveryIssue deliveryIssue,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deliveryIssuesPost
|
ApiResponse<String> |
deliveryIssuesPostWithHttpInfo(DeliveryIssue deliveryIssue)
Create delivery Issue
Create delivery Issue
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public DeliveryIssuesApi()
public DeliveryIssuesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call deliveryIssuesGetCall(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 deliveryIssuesGet(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> deliveryIssuesGetWithHttpInfo(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 deliveryIssuesGetAsync(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 deliveryIssuesPostCall(DeliveryIssue deliveryIssue, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
deliveryIssue - DeliveryIssue model (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String deliveryIssuesPost(DeliveryIssue deliveryIssue) throws ApiException
deliveryIssue - DeliveryIssue model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> deliveryIssuesPostWithHttpInfo(DeliveryIssue deliveryIssue) throws ApiException
deliveryIssue - DeliveryIssue model (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deliveryIssuesPostAsync(DeliveryIssue deliveryIssue, ApiCallback<String> callback) throws ApiException
deliveryIssue - DeliveryIssue 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.