Class EnvironmentCollectionApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.EnvironmentCollectionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet 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 environmentsGetGet all registered Environments Get all Registered EnvironmentsvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
EnvironmentCollectionApi
public EnvironmentCollectionApi() -
EnvironmentCollectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
environmentsGetCall
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
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
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
-