| 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 |
|---|---|
DocumentListDTO |
ApiDocumentsApi.apisApiIdDocumentsGet(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
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<DocumentListDTO> |
ApiDocumentsApi.apisApiIdDocumentsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
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 |
|---|---|
okhttp3.Call |
ApiDocumentsApi.apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<DocumentListDTO> _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 |
|---|---|
DocumentListDTO |
DocumentListDTO.count(Integer count) |
DocumentListDTO |
DocumentListDTO.list(List<DocumentDTO> list) |
DocumentListDTO |
DocumentListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.