Class EnvironmentCollectionApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.EnvironmentCollectionApi
-
public class EnvironmentCollectionApi extends Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentCollectionApi()EnvironmentCollectionApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentListDTOenvironmentsGet()Get all registered Environments Get all Registered Environmentsokhttp3.CallenvironmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback)Get all registered Environments (asynchronously) Get all Registered Environmentsokhttp3.CallenvironmentsGetCall(ApiCallback _callback)Build call for environmentsGetApiResponse<EnvironmentListDTO>environmentsGetWithHttpInfo()Get all registered Environments Get all Registered EnvironmentsApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
EnvironmentCollectionApi
public EnvironmentCollectionApi()
-
EnvironmentCollectionApi
public EnvironmentCollectionApi(ApiClient apiClient)
-
-
Method Detail
-
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
-
-