Class EnvironmentsApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.EnvironmentsApi
-
public class EnvironmentsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentsApi()EnvironmentsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayInstanceListDTOenvironmentsEnvironmentIdGatewaysGet(String environmentId)Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.okhttp3.CallenvironmentsEnvironmentIdGatewaysGetAsync(String environmentId, ApiCallback<GatewayInstanceListDTO> _callback)Get Gateway Instances in a Gateway Environment (asynchronously) Retrieve list of gateway Instances in the gateway environment.okhttp3.CallenvironmentsEnvironmentIdGatewaysGetCall(String environmentId, ApiCallback _callback)Build call for environmentsEnvironmentIdGatewaysGetApiResponse<GatewayInstanceListDTO>environmentsEnvironmentIdGatewaysGetWithHttpInfo(String environmentId)Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
EnvironmentsApi
public EnvironmentsApi()
-
EnvironmentsApi
public EnvironmentsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
environmentsEnvironmentIdGatewaysGetCall
public okhttp3.Call environmentsEnvironmentIdGatewaysGetCall(String environmentId, ApiCallback _callback) throws ApiException
Build call for environmentsEnvironmentIdGatewaysGet- Parameters:
environmentId- Environment UUID (or Environment name defined in config) (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
environmentsEnvironmentIdGatewaysGet
public GatewayInstanceListDTO environmentsEnvironmentIdGatewaysGet(String environmentId) throws ApiException
Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.- Parameters:
environmentId- Environment UUID (or Environment name defined in config) (required)- Returns:
- GatewayInstanceListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
environmentsEnvironmentIdGatewaysGetWithHttpInfo
public ApiResponse<GatewayInstanceListDTO> environmentsEnvironmentIdGatewaysGetWithHttpInfo(String environmentId) throws ApiException
Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.- Parameters:
environmentId- Environment UUID (or Environment name defined in config) (required)- Returns:
- ApiResponse<GatewayInstanceListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
environmentsEnvironmentIdGatewaysGetAsync
public okhttp3.Call environmentsEnvironmentIdGatewaysGetAsync(String environmentId, ApiCallback<GatewayInstanceListDTO> _callback) throws ApiException
Get Gateway Instances in a Gateway Environment (asynchronously) Retrieve list of gateway Instances in the gateway environment.- Parameters:
environmentId- Environment UUID (or Environment name defined in config) (required)_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
-
-