public class UntagAPIApi extends Object
| Constructor and Description |
|---|
UntagAPIApi() |
UntagAPIApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
EventResponse |
unTagUser(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.
|
com.squareup.okhttp.Call |
unTagUserAsync(UnTag JSON,
ApiCallback<EventResponse> callback)
If you are unsure whether a user is bad or good, you can always remove tag and leave the user in a neutral state.
|
com.squareup.okhttp.Call |
unTagUserCall(UnTag JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unTagUser
|
ApiResponse<EventResponse> |
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.
|
public UntagAPIApi()
public UntagAPIApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call unTagUserCall(UnTag 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 untag info. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EventResponse unTagUser(UnTag JSON) throws ApiException
JSON - Pass user and it's info to thirdwatch. Only `_userID` is required field. But this should contain untag info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EventResponse> unTagUserWithHttpInfo(UnTag JSON) throws ApiException
JSON - Pass user and it's info to thirdwatch. Only `_userID` is required field. But this should contain untag info. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call unTagUserAsync(UnTag JSON, ApiCallback<EventResponse> callback) throws ApiException
JSON - Pass user and it's info to thirdwatch. Only `_userID` is required field. But this should contain untag 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.