| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api | |
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
APIListDTO |
SubscriptionValidationApi.apisGet(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept)
Get all apis
This will provide access to apis in database.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIListDTO> |
SubscriptionValidationApi.apisGetWithHttpInfo(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept)
Get all apis
This will provide access to apis in database.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SubscriptionValidationApi.apisGetAsync(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept,
ApiCallback<APIListDTO> callback)
Get all apis (asynchronously)
This will provide access to apis in database.
|
| Modifier and Type | Method and Description |
|---|---|
APIListDTO |
APIListDTO.addListItem(APIDTO listItem) |
APIListDTO |
APIListDTO.count(Integer count) |
APIListDTO |
APIListDTO.list(List<APIDTO> list) |
APIListDTO |
APIListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.