public class EnvironmentApi extends Object
| Constructor and Description |
|---|
EnvironmentApi() |
EnvironmentApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
environmentsEnvironmentIdDelete(String environmentId)
Delete an Environment
Delete a Environment by Environment Id
|
okhttp3.Call |
environmentsEnvironmentIdDeleteAsync(String environmentId,
ApiCallback<Void> _callback)
Delete an Environment (asynchronously)
Delete a Environment by Environment Id
|
okhttp3.Call |
environmentsEnvironmentIdDeleteCall(String environmentId,
ApiCallback _callback)
Build call for environmentsEnvironmentIdDelete
|
ApiResponse<Void> |
environmentsEnvironmentIdDeleteWithHttpInfo(String environmentId)
Delete an Environment
Delete a Environment by Environment Id
|
EnvironmentDTO |
environmentsEnvironmentIdPut(String environmentId,
EnvironmentDTO environmentDTO)
Update an Environment
Update a gateway Environment by environment Id
|
okhttp3.Call |
environmentsEnvironmentIdPutAsync(String environmentId,
EnvironmentDTO environmentDTO,
ApiCallback<EnvironmentDTO> _callback)
Update an Environment (asynchronously)
Update a gateway Environment by environment Id
|
okhttp3.Call |
environmentsEnvironmentIdPutCall(String environmentId,
EnvironmentDTO environmentDTO,
ApiCallback _callback)
Build call for environmentsEnvironmentIdPut
|
ApiResponse<EnvironmentDTO> |
environmentsEnvironmentIdPutWithHttpInfo(String environmentId,
EnvironmentDTO environmentDTO)
Update an Environment
Update a gateway Environment by environment Id
|
EnvironmentDTO |
environmentsPost(EnvironmentDTO environmentDTO)
Add an Environment
Add a new geteway environment
|
okhttp3.Call |
environmentsPostAsync(EnvironmentDTO environmentDTO,
ApiCallback<EnvironmentDTO> _callback)
Add an Environment (asynchronously)
Add a new geteway environment
|
okhttp3.Call |
environmentsPostCall(EnvironmentDTO environmentDTO,
ApiCallback _callback)
Build call for environmentsPost
|
ApiResponse<EnvironmentDTO> |
environmentsPostWithHttpInfo(EnvironmentDTO environmentDTO)
Add an Environment
Add a new geteway environment
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EnvironmentApi()
public EnvironmentApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call environmentsEnvironmentIdDeleteCall(String environmentId, ApiCallback _callback) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void environmentsEnvironmentIdDelete(String environmentId) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> environmentsEnvironmentIdDeleteWithHttpInfo(String environmentId) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call environmentsEnvironmentIdDeleteAsync(String environmentId, ApiCallback<Void> _callback) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call environmentsEnvironmentIdPutCall(String environmentId, EnvironmentDTO environmentDTO, ApiCallback _callback) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)environmentDTO - Environment object with updated information (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EnvironmentDTO environmentsEnvironmentIdPut(String environmentId, EnvironmentDTO environmentDTO) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)environmentDTO - Environment object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EnvironmentDTO> environmentsEnvironmentIdPutWithHttpInfo(String environmentId, EnvironmentDTO environmentDTO) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)environmentDTO - Environment object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call environmentsEnvironmentIdPutAsync(String environmentId, EnvironmentDTO environmentDTO, ApiCallback<EnvironmentDTO> _callback) throws ApiException
environmentId - Environment UUID (or Environment name defined in config) (required)environmentDTO - Environment object with updated information (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call environmentsPostCall(EnvironmentDTO environmentDTO, ApiCallback _callback) throws ApiException
environmentDTO - Environment object that should to be added (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic EnvironmentDTO environmentsPost(EnvironmentDTO environmentDTO) throws ApiException
environmentDTO - Environment object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EnvironmentDTO> environmentsPostWithHttpInfo(EnvironmentDTO environmentDTO) throws ApiException
environmentDTO - Environment object that should to be added (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call environmentsPostAsync(EnvironmentDTO environmentDTO, ApiCallback<EnvironmentDTO> _callback) throws ApiException
environmentDTO - Environment object that should to be added (required)_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.