public class CustomEventApi extends Object
| Constructor and Description |
|---|
CustomEventApi() |
CustomEventApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
customEvent(Custom JSON)
Use order_status to track the order processing workflow of a previously submitted order.
|
com.squareup.okhttp.Call |
customEventAsync(Custom JSON,
ApiCallback<EventResponse> callback)
Use order_status to track the order processing workflow of a previously submitted order.
|
com.squareup.okhttp.Call |
customEventCall(Custom JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for customEvent
|
ApiResponse<EventResponse> |
customEventWithHttpInfo(Custom JSON)
Use order_status to track the order processing workflow of a previously submitted order.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public CustomEventApi()
public CustomEventApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call customEventCall(Custom JSON, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
JSON - Pass order status to thirdwatch. Only `_userID` is required field. But this should contain custom info. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EventResponse customEvent(Custom JSON) throws ApiException
JSON - Pass order status to thirdwatch. Only `_userID` is required field. But this should contain custom info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EventResponse> customEventWithHttpInfo(Custom JSON) throws ApiException
JSON - Pass order status to thirdwatch. Only `_userID` is required field. But this should contain custom info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call customEventAsync(Custom JSON, ApiCallback<EventResponse> callback) throws ApiException
JSON - Pass order status to thirdwatch. Only `_userID` is required field. But this should contain custom 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.