Class TenantConfigApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.TenantConfigApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport a tenant-Config.okhttp3.CallexportTenantConfigAsync(ApiCallback<String> _callback) Export a tenant-Config.okhttp3.CallexportTenantConfigCall(ApiCallback _callback) Build call for exportTenantConfigExport a tenant-Config.voidsetApiClient(ApiClient apiClient) updateTenantConfig(Object body) Update a tenant-config.okhttp3.CallupdateTenantConfigAsync(Object body, ApiCallback<Object> _callback) Update a tenant-config.okhttp3.CallupdateTenantConfigCall(Object body, ApiCallback _callback) Build call for updateTenantConfigUpdate a tenant-config.
-
Constructor Details
-
TenantConfigApi
public TenantConfigApi() -
TenantConfigApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
exportTenantConfigCall
Build call for exportTenantConfig- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
exportTenantConfig
Export a tenant-Config. This operation can be used to export a tenant-config.json used in deployment.- Returns:
- String
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
exportTenantConfigWithHttpInfo
Export a tenant-Config. This operation can be used to export a tenant-config.json used in deployment.- Returns:
- ApiResponse<String>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
exportTenantConfigAsync
Export a tenant-Config. (asynchronously) This operation can be used to export a tenant-config.json used in deployment.- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateTenantConfigCall
Build call for updateTenantConfig- Parameters:
body- tenant-config (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
updateTenantConfig
Update a tenant-config. This operation can be used to update tenant-config.- Parameters:
body- tenant-config (required)- Returns:
- Object
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateTenantConfigWithHttpInfo
Update a tenant-config. This operation can be used to update tenant-config.- Parameters:
body- tenant-config (required)- Returns:
- ApiResponse<Object>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateTenantConfigAsync
public okhttp3.Call updateTenantConfigAsync(Object body, ApiCallback<Object> _callback) throws ApiException Update a tenant-config. (asynchronously) This operation can be used to update tenant-config.- Parameters:
body- tenant-config (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-