| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.model |
| Modifier and Type | Method and Description |
|---|---|
APIList |
APICollectionApi.apisGet(Integer limit,
Integer offset,
String query,
String accept,
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<APIList> |
APICollectionApi.apisGetWithHttpInfo(Integer limit,
Integer offset,
String query,
String accept,
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 |
APICollectionApi.apisGetAsync(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback<APIList> 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 |
|---|---|
APIList |
APIList.addListItem(APIInfo listItem) |
APIList |
APIList.count(Integer count) |
APIList |
APIList.list(List<APIInfo> list) |
APIList |
APIList.next(String next) |
APIList |
APIList.previous(String previous) |
Copyright © 2017 WSO2. All rights reserved.