public class EnvironmentCollectionApi extends Object
| Constructor and Description |
|---|
EnvironmentCollectionApi() |
EnvironmentCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentList |
environmentsGet(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
com.squareup.okhttp.Call |
environmentsGetAsync(String apiId,
ApiCallback<EnvironmentList> callback)
Get all gateway environments (asynchronously)
This operation can be used to retrieve the list of gateway environments available.
|
ApiResponse<EnvironmentList> |
environmentsGetWithHttpInfo(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EnvironmentCollectionApi()
public EnvironmentCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public EnvironmentList environmentsGet(String apiId) throws ApiException
apiId - Will return environment list for the provided API. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EnvironmentList> environmentsGetWithHttpInfo(String apiId) throws ApiException
apiId - Will return environment list for the provided API. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call environmentsGetAsync(String apiId, ApiCallback<EnvironmentList> callback) throws ApiException
apiId - Will return environment list for the provided API. (optional)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 © 2018 WSO2. All rights reserved.