Class TenantConfigSchemaApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.TenantConfigSchemaApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport a tenant-Config-Schema.okhttp3.CallexportTenantConfigSchemaAsync(ApiCallback<Object> _callback) Export a tenant-Config-Schema.okhttp3.CallexportTenantConfigSchemaCall(ApiCallback _callback) Build call for exportTenantConfigSchemaExport a tenant-Config-Schema.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
TenantConfigSchemaApi
public TenantConfigSchemaApi() -
TenantConfigSchemaApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
exportTenantConfigSchemaCall
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
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
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
-