public class DetailDatasourceApi extends Object
| 构造器和说明 |
|---|
DetailDatasourceApi() |
DetailDatasourceApi(ApiClient apiClient) |
public DetailDatasourceApi()
public DetailDatasourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getDetailAttributesCall(DetailAttributesReq body, String tenantCode, String attributeId, String keyword, Integer current, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)tenantCode - 租户ID (required)attributeId - 要查枚举值的字段id (required)keyword - 查询关键字 (optional)current - 当前页 (optional)pageSize - 分页大小 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DetailAttributesResp getDetailAttributes(DetailAttributesReq body, String tenantCode, String attributeId, String keyword, Integer current, Integer pageSize) throws ApiException
body - (required)tenantCode - 租户ID (required)attributeId - 要查枚举值的字段id (required)keyword - 查询关键字 (optional)current - 当前页 (optional)pageSize - 分页大小 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DetailAttributesResp> getDetailAttributesWithHttpInfo(DetailAttributesReq body, String tenantCode, String attributeId, String keyword, Integer current, Integer pageSize) throws ApiException
body - (required)tenantCode - 租户ID (required)attributeId - 要查枚举值的字段id (required)keyword - 查询关键字 (optional)current - 当前页 (optional)pageSize - 分页大小 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDetailAttributesAsync(DetailAttributesReq body, String tenantCode, String attributeId, String keyword, Integer current, Integer pageSize, ApiCallback<DetailAttributesResp> callback) throws ApiException
body - (required)tenantCode - 租户ID (required)attributeId - 要查枚举值的字段id (required)keyword - 查询关键字 (optional)current - 当前页 (optional)pageSize - 分页大小 (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.