| Package | Description |
|---|---|
| ai.thirdwatch | |
| ai.thirdwatch.api |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EventResponse> |
AddPromotionApi.addPromotionWithHttpInfo(AddPromotion JSON)
Use add_promotion to record when a user adds one or more promotions to their account.
|
ApiResponse<EventResponse> |
AddToCartApi.addToCartWithHttpInfo(AddToCart JSON)
Use add_to_cart when a user adds an item to their shopping cart or list.
|
ApiResponse<EventResponse> |
ChargebackApi.chargebackWithHttpInfo(Chargeback JSON)
Use chargeback to capture a chargeback reported on a transaction.
|
ApiResponse<EventResponse> |
CreateAccountApi.createAccountWithHttpInfo(CreateAccount JSON)
Use create_account to pass user details at user registration.
|
ApiResponse<EventResponse> |
CreateOrderApi.createOrderWithHttpInfo(CreateOrder body)
Submit a new or existing order to Thirdwatch for review.
|
ApiResponse<EventResponse> |
CustomEventApi.customEventWithHttpInfo(Custom JSON)
Use order_status to track the order processing workflow of a previously submitted order.
|
ApiResponse<EventResponse> |
ItemStatusApi.itemStatusWithHttpInfo(ItemStatus JSON)
Use item_status to update the status of item that you’ve already pass to Thirdwatch.
|
ApiResponse<EventResponse> |
LinkSessionToUserApi.linkSessionToUserWithHttpInfo(LinkSessionToUser JSON)
Use link_session_to_user to associate specific session to a user.
|
ApiResponse<EventResponse> |
LoginApi.loginWithHttpInfo(Login JSON)
Use login to record when a user attempts to log in.
|
ApiResponse<EventResponse> |
LogoutApi.logoutWithHttpInfo(Logout JSON)
Use logout to record when a user logs out.
|
ApiResponse<EventResponse> |
OrderStatusApi.orderStatusWithHttpInfo(OrderStatus JSON)
Use order_status to track the order processing workflow of a previously submitted order.
|
ApiResponse<EventResponse> |
RemoveFromCartApi.removeFromCartWithHttpInfo(RemoveFromCart JSON)
Use remove_from_cart when a user removes an item from their shopping cart or list.
|
ApiResponse<EventResponse> |
ReportItemApi.reportItemWithHttpInfo(ReportItem JSON)
Use report_item to let us know when another user reports that this item may violate your company’s policies.
|
ApiResponse<EventResponse> |
SendMessageApi.sendMessageWithHttpInfo(SendMessage JSON)
Use send_message to record when a user sends a message to other i.e.
|
ApiResponse<EventResponse> |
SubmitReviewApi.submitReviewWithHttpInfo(SubmitReview JSON)
Use submit_review when a user-submitted review of a product or seller.
|
ApiResponse<EventResponse> |
TagAPIApi.tagUserWithHttpInfo(Tag JSON)
The Tag API enables you to tell Thirdwatch which of your users are bad and which are good.
|
ApiResponse<EventResponse> |
TransactionApi.transactionWithHttpInfo(Transaction JSON)
Use transaction to record attempts results to Pay, Transfer money, Refund or other transactions.
|
ApiResponse<EventResponse> |
UntagAPIApi.unTagUserWithHttpInfo(UnTag JSON)
If you are unsure whether a user is bad or good, you can always remove tag and leave the user in a neutral state.
|
ApiResponse<EventResponse> |
UpdateAccountApi.updateAccountWithHttpInfo(UpdateAccount JSON)
Use update_account to record changes to the user's account information.
|
ApiResponse<EventResponse> |
UpdateOrderApi.updateOrderWithHttpInfo(UpdateOrder JSON)
Update details of an existing order.
|
Copyright © 2017. All rights reserved.