| Package | Description |
|---|---|
| ai.thirdwatch.api | |
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
TagAPIApi.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 |
TagAPIApi.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 |
TagAPIApi.tagUserCall(Tag JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tagUser
|
ApiResponse<EventResponse> |
TagAPIApi.tagUserWithHttpInfo(Tag JSON)
The Tag API enables you to tell Thirdwatch which of your users are bad and which are good.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.abuseType(String abuseType) |
Tag |
Tag.analyst(String analyst) |
Tag |
Tag.customInfo(CustomInfo customInfo) |
Tag |
Tag.description(String description) |
Tag |
Tag.isBad(Boolean isBad) |
Tag |
Tag.source(String source) |
Tag |
Tag.userId(String userId) |
Copyright © 2017. All rights reserved.