Class EnvironmentCollectionApi

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

public class EnvironmentCollectionApi extends Object
  • Constructor Details

    • EnvironmentCollectionApi

      public EnvironmentCollectionApi()
    • EnvironmentCollectionApi

      public EnvironmentCollectionApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • environmentsGetCall

      public okhttp3.Call environmentsGetCall(ApiCallback _callback) throws ApiException
      Build call for environmentsGet
      Parameters:
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • environmentsGet

      public EnvironmentListDTO environmentsGet() throws ApiException
      Get all registered Environments Get all Registered Environments
      Returns:
      EnvironmentListDTO
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • environmentsGetWithHttpInfo

      public ApiResponse<EnvironmentListDTO> environmentsGetWithHttpInfo() throws ApiException
      Get all registered Environments Get all Registered Environments
      Returns:
      ApiResponse<EnvironmentListDTO>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • environmentsGetAsync

      public okhttp3.Call environmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback) throws ApiException
      Get all registered Environments (asynchronously) Get all Registered Environments
      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