public class EnvironmentCollectionApi extends Object
| Constructor and Description |
|---|
EnvironmentCollectionApi() |
EnvironmentCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentListDTO |
environmentsGet()
Get all registered Environments
Get all Registered Environments
|
okhttp3.Call |
environmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback)
Get all registered Environments (asynchronously)
Get all Registered Environments
|
okhttp3.Call |
environmentsGetCall(ApiCallback _callback)
Build call for environmentsGet
|
ApiResponse<EnvironmentListDTO> |
environmentsGetWithHttpInfo()
Get all registered Environments
Get all Registered Environments
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EnvironmentCollectionApi()
public EnvironmentCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call environmentsGetCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EnvironmentListDTO environmentsGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EnvironmentListDTO> environmentsGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call environmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.