| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api.v2 | |
| org.wso2.am.integration.clients.gateway.api.v2.dto |
| Modifier and Type | Method and Description |
|---|---|
APIListDTO |
GetApiInfoApi.apisGet(String context,
String version,
String tenantDomain)
Get the list of APIS by providing context and version.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIListDTO> |
GetApiInfoApi.apisGetWithHttpInfo(String context,
String version,
String tenantDomain)
Get the list of APIS by providing context and version.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GetApiInfoApi.apisGetAsync(String context,
String version,
String tenantDomain,
ApiCallback<APIListDTO> callback)
Get the list of APIS by providing context and version.
|
| Modifier and Type | Method and Description |
|---|---|
APIListDTO |
APIListDTO.addListItem(APIMetaDataDTO listItem) |
APIListDTO |
APIListDTO.count(Integer count) |
APIListDTO |
APIListDTO.list(List<APIMetaDataDTO> list) |
Copyright © 2022 WSO2 Inc. All rights reserved.