| Package | Description |
|---|---|
| ai.thirdwatch.api | |
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
OrderStatusApi.orderStatus(OrderStatus JSON)
Use order_status to track the order processing workflow of a previously submitted order.
|
com.squareup.okhttp.Call |
OrderStatusApi.orderStatusAsync(OrderStatus JSON,
ApiCallback<EventResponse> callback)
Use order_status to track the order processing workflow of a previously submitted order.
|
com.squareup.okhttp.Call |
OrderStatusApi.orderStatusCall(OrderStatus JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for orderStatus
|
ApiResponse<EventResponse> |
OrderStatusApi.orderStatusWithHttpInfo(OrderStatus JSON)
Use order_status to track the order processing workflow of a previously submitted order.
|
| Modifier and Type | Method and Description |
|---|---|
OrderStatus |
OrderStatus.analyst(String analyst) |
OrderStatus |
OrderStatus.customInfo(CustomInfo customInfo) |
OrderStatus |
OrderStatus.description(String description) |
OrderStatus |
OrderStatus.orderId(String orderId) |
OrderStatus |
OrderStatus.orderStatus(String orderStatus) |
OrderStatus |
OrderStatus.reason(String reason) |
OrderStatus |
OrderStatus.sessionId(String sessionId) |
OrderStatus |
OrderStatus.shippingCost(String shippingCost) |
OrderStatus |
OrderStatus.source(String source) |
OrderStatus |
OrderStatus.trackingMethod(String trackingMethod) |
OrderStatus |
OrderStatus.trackingNumber(String trackingNumber) |
OrderStatus |
OrderStatus.userId(String userId) |
Copyright © 2017. All rights reserved.