Class EnvironmentsApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.EnvironmentsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenvironmentsEnvironmentIdGatewaysGet(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 environmentsEnvironmentIdGatewaysGetenvironmentsEnvironmentIdGatewaysGetWithHttpInfo(String environmentId) Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
EnvironmentsApi
public EnvironmentsApi() -
EnvironmentsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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
-