| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentListDTO |
SettingsApi.settingsGatewayEnvironmentsGet(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<EnvironmentListDTO> |
SettingsApi.settingsGatewayEnvironmentsGetWithHttpInfo(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 |
SettingsApi.settingsGatewayEnvironmentsGetAsync(String apiId,
ApiCallback<EnvironmentListDTO> 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 |
|---|---|
EnvironmentListDTO |
EnvironmentListDTO.addListItem(EnvironmentDTO listItem) |
EnvironmentListDTO |
EnvironmentListDTO.count(Integer count) |
EnvironmentListDTO |
EnvironmentListDTO.list(List<EnvironmentDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.