| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
APIListDTO |
ApIsApi.apisGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<APIListDTO> |
ApIsApi.apisGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApIsApi.apisGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback<APIListDTO> callback)
Retrieve/Search APIs (asynchronously)
This operation provides you a list of available APIs qualifying under a given search condition.
|
| Modifier and Type | Method and Description |
|---|---|
APIListDTO |
APIListDTO.addListItem(APIInfoDTO listItem) |
APIListDTO |
APIListDTO.count(Integer count) |
APIListDTO |
APIListDTO.list(List<APIInfoDTO> list) |
APIListDTO |
APIListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.