Class TenantConfigSchemaApi

java.lang.Object
org.wso2.am.integration.clients.admin.api.TenantConfigSchemaApi

public class TenantConfigSchemaApi extends Object
  • Constructor Details

    • TenantConfigSchemaApi

      public TenantConfigSchemaApi()
    • TenantConfigSchemaApi

      public TenantConfigSchemaApi(ApiClient apiClient)
  • Method Details

    • 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