| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentList |
DocumentCollectionApi.apisApiIdDocumentsGet(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DocumentList> |
DocumentCollectionApi.apisApiIdDocumentsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DocumentCollectionApi.apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<DocumentList> callback)
Get a list of documents of an API (asynchronously)
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentList |
DocumentList.addListItem(Document listItem) |
DocumentList |
DocumentList.count(Integer count) |
DocumentList |
DocumentList.list(List<Document> list) |
DocumentList |
DocumentList.next(String next) |
DocumentList |
DocumentList.previous(String previous) |
Copyright © 2017 WSO2. All rights reserved.