Class TenantConfigSchemaApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.TenantConfigSchemaApi
-
public class TenantConfigSchemaApi extends Object
-
-
Constructor Summary
Constructors Constructor Description TenantConfigSchemaApi()TenantConfigSchemaApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectexportTenantConfigSchema()Export a tenant-Config-Schema.okhttp3.CallexportTenantConfigSchemaAsync(ApiCallback<Object> _callback)Export a tenant-Config-Schema.okhttp3.CallexportTenantConfigSchemaCall(ApiCallback _callback)Build call for exportTenantConfigSchemaApiResponse<Object>exportTenantConfigSchemaWithHttpInfo()Export a tenant-Config-Schema.ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
TenantConfigSchemaApi
public TenantConfigSchemaApi()
-
TenantConfigSchemaApi
public TenantConfigSchemaApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
exportTenantConfigSchemaCall
public okhttp3.Call exportTenantConfigSchemaCall(ApiCallback _callback) throws ApiException
Build call for exportTenantConfigSchema- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
exportTenantConfigSchema
public Object exportTenantConfigSchema() throws ApiException
Export a tenant-Config-Schema. This operation can be used to export a tenant-config-schema.json used in deployment.- Returns:
- Object
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
exportTenantConfigSchemaWithHttpInfo
public ApiResponse<Object> exportTenantConfigSchemaWithHttpInfo() throws ApiException
Export a tenant-Config-Schema. This operation can be used to export a tenant-config-schema.json used in deployment.- Returns:
- ApiResponse<Object>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
exportTenantConfigSchemaAsync
public okhttp3.Call exportTenantConfigSchemaAsync(ApiCallback<Object> _callback) throws ApiException
Export a tenant-Config-Schema. (asynchronously) This operation can be used to export a tenant-config-schema.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
-
-