public class LabelOpenApiApi extends Object
| 构造器和说明 |
|---|
LabelOpenApiApi() |
LabelOpenApiApi(ApiClient apiClient) |
public LabelOpenApiApi()
public LabelOpenApiApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call deleteRealtimeTagDataCall(Integer baseId, Integer tagId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
baseId - (required)tagId - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CommonString deleteRealtimeTagData(Integer baseId, Integer tagId) throws ApiException
baseId - (required)tagId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CommonString> deleteRealtimeTagDataWithHttpInfo(Integer baseId, Integer tagId) throws ApiException
baseId - (required)tagId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteRealtimeTagDataAsync(Integer baseId, Integer tagId, ApiCallback<CommonString> callback) throws ApiException
baseId - (required)tagId - (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 getLabelValuesCall(Integer labelId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
labelId - 标签id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CommonListObject getLabelValues(Integer labelId) throws ApiException
labelId - 标签id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CommonListObject> getLabelValuesWithHttpInfo(Integer labelId) throws ApiException
labelId - 标签id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLabelValuesAsync(Integer labelId, ApiCallback<CommonListObject> callback) throws ApiException
labelId - 标签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 postLabelsCall(Long xTenant, LabelQueryRequest body, Integer subjectId, String type, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xTenant - 项目ID (required)body - (optional)subjectId - (optional)type - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CommonListLabelMetaInfo postLabels(Long xTenant, LabelQueryRequest body, Integer subjectId, String type) throws ApiException
xTenant - 项目ID (required)body - (optional)subjectId - (optional)type - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CommonListLabelMetaInfo> postLabelsWithHttpInfo(Long xTenant, LabelQueryRequest body, Integer subjectId, String type) throws ApiException
xTenant - 项目ID (required)body - (optional)subjectId - (optional)type - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postLabelsAsync(Long xTenant, LabelQueryRequest body, Integer subjectId, String type, ApiCallback<CommonListLabelMetaInfo> callback) throws ApiException
xTenant - 项目ID (required)body - (optional)subjectId - (optional)type - (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 objectpublic com.squareup.okhttp.Call updateRealtimeTagDataCall(RealtimeTagReq body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CommonString updateRealtimeTagData(RealtimeTagReq body) throws ApiException
body - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CommonString> updateRealtimeTagDataWithHttpInfo(RealtimeTagReq body) throws ApiException
body - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateRealtimeTagDataAsync(RealtimeTagReq body, ApiCallback<CommonString> callback) throws ApiException
body - (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 © 2023. All rights reserved.