| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentList |
EnvironmentCollectionApi.environmentsGet(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EnvironmentList> |
EnvironmentCollectionApi.environmentsGetWithHttpInfo(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
EnvironmentCollectionApi.environmentsGetAsync(String apiId,
ApiCallback<EnvironmentList> callback)
Get all gateway environments (asynchronously)
This operation can be used to retrieve the list of gateway environments available.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentList |
EnvironmentList.addListItem(Environment listItem) |
EnvironmentList |
EnvironmentList.count(Integer count) |
EnvironmentList |
EnvironmentList.list(List<Environment> list) |
Copyright © 2017 WSO2. All rights reserved.