public class SelectionComponentApi extends Object
| 构造器和说明 |
|---|
SelectionComponentApi() |
SelectionComponentApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
DslCheckResp |
dslCheck(DslReq body,
String tenantCode)
校验dsl是否合法
|
com.squareup.okhttp.Call |
dslCheckAsync(DslReq body,
String tenantCode,
ApiCallback<DslCheckResp> callback)
校验dsl是否合法 (asynchronously)
|
com.squareup.okhttp.Call |
dslCheckCall(DslReq body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dslCheck
|
ApiResponse<DslCheckResp> |
dslCheckWithHttpInfo(DslReq body,
String tenantCode)
校验dsl是否合法
|
ApiClient |
getApiClient() |
PreviewResp |
previewDSL(DslReq body,
String tenantCode)
预估圈人数量
|
com.squareup.okhttp.Call |
previewDSLAsync(DslReq body,
String tenantCode,
ApiCallback<PreviewResp> callback)
预估圈人数量 (asynchronously)
|
com.squareup.okhttp.Call |
previewDSLCall(DslReq body,
String tenantCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for previewDSL
|
ApiResponse<PreviewResp> |
previewDSLWithHttpInfo(DslReq body,
String tenantCode)
预估圈人数量
|
void |
setApiClient(ApiClient apiClient) |
public SelectionComponentApi()
public SelectionComponentApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call dslCheckCall(DslReq body, String tenantCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)tenantCode - 租户ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DslCheckResp dslCheck(DslReq body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DslCheckResp> dslCheckWithHttpInfo(DslReq body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call dslCheckAsync(DslReq body, String tenantCode, ApiCallback<DslCheckResp> callback) throws ApiException
body - (required)tenantCode - 租户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 previewDSLCall(DslReq body, String tenantCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)tenantCode - 租户ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic PreviewResp previewDSL(DslReq body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PreviewResp> previewDSLWithHttpInfo(DslReq body, String tenantCode) throws ApiException
body - (required)tenantCode - 租户ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call previewDSLAsync(DslReq body, String tenantCode, ApiCallback<PreviewResp> callback) throws ApiException
body - (required)tenantCode - 租户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 objectCopyright © 2023. All rights reserved.