public class UpdateOrderApi extends Object
| Constructor and Description |
|---|
UpdateOrderApi() |
UpdateOrderApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
EventResponse |
updateOrder(UpdateOrder JSON)
Update details of an existing order.
|
com.squareup.okhttp.Call |
updateOrderAsync(UpdateOrder JSON,
ApiCallback<EventResponse> callback)
Update details of an existing order.
|
com.squareup.okhttp.Call |
updateOrderCall(UpdateOrder JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateOrder
|
ApiResponse<EventResponse> |
updateOrderWithHttpInfo(UpdateOrder JSON)
Update details of an existing order.
|
public UpdateOrderApi()
public UpdateOrderApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call updateOrderCall(UpdateOrder JSON, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
JSON - Update details of an existing order. Only `_userID` is required field. But this should contain existing order info. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EventResponse updateOrder(UpdateOrder JSON) throws ApiException
JSON - Update details of an existing order. Only `_userID` is required field. But this should contain existing order info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EventResponse> updateOrderWithHttpInfo(UpdateOrder JSON) throws ApiException
JSON - Update details of an existing order. Only `_userID` is required field. But this should contain existing order info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateOrderAsync(UpdateOrder JSON, ApiCallback<EventResponse> callback) throws ApiException
JSON - Update details of an existing order. Only `_userID` is required field. But this should contain existing order info. (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 © 2017. All rights reserved.