public class TagApi extends Object
public TagApi()
public TagApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call addOrModifyManualTagsCall(ManualPersonTagRequest body, String tenantCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)tenantCode - 租户Code (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ByteDanceNormalResponseString addOrModifyManualTags(ManualPersonTagRequest body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户Code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ByteDanceNormalResponseString> addOrModifyManualTagsWithHttpInfo(ManualPersonTagRequest body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户Code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addOrModifyManualTagsAsync(ManualPersonTagRequest body, String tenantCode, ApiCallback<ByteDanceNormalResponseString> callback) throws ApiException
body - (required)tenantCode - 租户Code (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 objectpublic com.squareup.okhttp.Call deleteManualTagsInUserCall(String tenantCode, Long baseId, Integer tagId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tenantCode - 租户Code (required)baseId - 基准ID (required)tagId - 人工标签ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ByteDanceNormalResponseString deleteManualTagsInUser(String tenantCode, Long baseId, Integer tagId) throws ApiException
tenantCode - 租户Code (required)baseId - 基准ID (required)tagId - 人工标签ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ByteDanceNormalResponseString> deleteManualTagsInUserWithHttpInfo(String tenantCode, Long baseId, Integer tagId) throws ApiException
tenantCode - 租户Code (required)baseId - 基准ID (required)tagId - 人工标签ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteManualTagsInUserAsync(String tenantCode, Long baseId, Integer tagId, ApiCallback<ByteDanceNormalResponseString> callback) throws ApiException
tenantCode - 租户Code (required)baseId - 基准ID (required)tagId - 人工标签ID (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 objectpublic com.squareup.okhttp.Call getManualTagsListCall(String tenantCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tenantCode - 租户Code (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ByteDanceSeqResponseOpenApiManualTagInfo getManualTagsList(String tenantCode) throws ApiException
tenantCode - 租户Code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ByteDanceSeqResponseOpenApiManualTagInfo> getManualTagsListWithHttpInfo(String tenantCode) throws ApiException
tenantCode - 租户Code (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getManualTagsListAsync(String tenantCode, ApiCallback<ByteDanceSeqResponseOpenApiManualTagInfo> callback) throws ApiException
tenantCode - 租户Code (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 objectpublic com.squareup.okhttp.Call getTagValuesCall(String tenantCode, Integer tagId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tenantCode - 租户Code (required)tagId - 标签id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ByteDanceSeqResponseTagValueResp getTagValues(String tenantCode, Integer tagId) throws ApiException
tenantCode - 租户Code (required)tagId - 标签id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ByteDanceSeqResponseTagValueResp> getTagValuesWithHttpInfo(String tenantCode, Integer tagId) throws ApiException
tenantCode - 租户Code (required)tagId - 标签id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTagValuesAsync(String tenantCode, Integer tagId, ApiCallback<ByteDanceSeqResponseTagValueResp> callback) throws ApiException
tenantCode - 租户Code (required)tagId - 标签id (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 objectpublic com.squareup.okhttp.Call getTagsListCall(String tenantCode, Integer idType, Boolean discardValue, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tenantCode - 租户Code (required)idType - 标签的idType,传每个主题下的base_id类型的ID (required)discardValue - 是否移除标签取值。默认是false (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ByteDanceSeqResponseSeqDomainGroupedTags getTagsList(String tenantCode, Integer idType, Boolean discardValue) throws ApiException
tenantCode - 租户Code (required)idType - 标签的idType,传每个主题下的base_id类型的ID (required)discardValue - 是否移除标签取值。默认是false (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ByteDanceSeqResponseSeqDomainGroupedTags> getTagsListWithHttpInfo(String tenantCode, Integer idType, Boolean discardValue) throws ApiException
tenantCode - 租户Code (required)idType - 标签的idType,传每个主题下的base_id类型的ID (required)discardValue - 是否移除标签取值。默认是false (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTagsListAsync(String tenantCode, Integer idType, Boolean discardValue, ApiCallback<ByteDanceSeqResponseSeqDomainGroupedTags> callback) throws ApiException
tenantCode - 租户Code (required)idType - 标签的idType,传每个主题下的base_id类型的ID (required)discardValue - 是否移除标签取值。默认是false (optional)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 © 2024. All rights reserved.