public class TagAPIApi extends Object
| Constructor and Description |
|---|
TagAPIApi() |
TagAPIApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
EventResponse |
tagUser(Tag JSON)
The Tag API enables you to tell Thirdwatch which of your users are bad and which are good.
|
com.squareup.okhttp.Call |
tagUserAsync(Tag JSON,
ApiCallback<EventResponse> callback)
The Tag API enables you to tell Thirdwatch which of your users are bad and which are good.
|
com.squareup.okhttp.Call |
tagUserCall(Tag JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tagUser
|
ApiResponse<EventResponse> |
tagUserWithHttpInfo(Tag JSON)
The Tag API enables you to tell Thirdwatch which of your users are bad and which are good.
|
public TagAPIApi()
public TagAPIApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call tagUserCall(Tag JSON, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
JSON - Pass user and it's info to thirdwatch. Only `_userID` is required field. But this should contain tag info. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EventResponse tagUser(Tag JSON) throws ApiException
JSON - Pass user and it's info to thirdwatch. Only `_userID` is required field. But this should contain tag info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EventResponse> tagUserWithHttpInfo(Tag JSON) throws ApiException
JSON - Pass user and it's info to thirdwatch. Only `_userID` is required field. But this should contain tag info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call tagUserAsync(Tag JSON, ApiCallback<EventResponse> callback) throws ApiException
JSON - Pass user and it's info to thirdwatch. Only `_userID` is required field. But this should contain tag 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.