public class TenantConfigApi extends Object
| Constructor and Description |
|---|
TenantConfigApi() |
TenantConfigApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Object |
exportTenantConfig()
Export a tenant-Config.
|
okhttp3.Call |
exportTenantConfigAsync(ApiCallback<Object> _callback)
Export a tenant-Config.
|
okhttp3.Call |
exportTenantConfigCall(ApiCallback _callback)
Build call for exportTenantConfig
|
ApiResponse<Object> |
exportTenantConfigWithHttpInfo()
Export a tenant-Config.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
Object |
updateTenantConfig(Object body)
Update a tenant-config.
|
okhttp3.Call |
updateTenantConfigAsync(Object body,
ApiCallback<Object> _callback)
Update a tenant-config.
|
okhttp3.Call |
updateTenantConfigCall(Object body,
ApiCallback _callback)
Build call for updateTenantConfig
|
ApiResponse<Object> |
updateTenantConfigWithHttpInfo(Object body)
Update a tenant-config.
|
public TenantConfigApi()
public TenantConfigApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call exportTenantConfigCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic Object exportTenantConfig() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Object> exportTenantConfigWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call exportTenantConfigAsync(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 objectpublic okhttp3.Call updateTenantConfigCall(Object body, ApiCallback _callback) throws ApiException
body - tenant-config (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic Object updateTenantConfig(Object body) throws ApiException
body - tenant-config (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Object> updateTenantConfigWithHttpInfo(Object body) throws ApiException
body - tenant-config (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateTenantConfigAsync(Object body, ApiCallback<Object> _callback) throws ApiException
body - tenant-config (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 © 2022 WSO2 Inc. All rights reserved.