public class TenantConfigSchemaApi extends Object
| Constructor and Description |
|---|
TenantConfigSchemaApi() |
TenantConfigSchemaApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Object |
exportTenantConfigSchema()
Export a tenant-Config-Schema.
|
okhttp3.Call |
exportTenantConfigSchemaAsync(ApiCallback<Object> _callback)
Export a tenant-Config-Schema.
|
okhttp3.Call |
exportTenantConfigSchemaCall(ApiCallback _callback)
Build call for exportTenantConfigSchema
|
ApiResponse<Object> |
exportTenantConfigSchemaWithHttpInfo()
Export a tenant-Config-Schema.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public TenantConfigSchemaApi()
public TenantConfigSchemaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call exportTenantConfigSchemaCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic Object exportTenantConfigSchema() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Object> exportTenantConfigSchemaWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call exportTenantConfigSchemaAsync(ApiCallback<Object> _callback) throws ApiException
_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 © 2022 WSO2 Inc. All rights reserved.