| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
DocumentListDTO |
ApiDocumentsApi.getAPIDocuments(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get a List of Documents of an API
This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.
|
DocumentListDTO |
ApiProductDocumentsApi.getAPIProductDocuments(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a List of Documents of an API Product
This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DocumentListDTO> |
ApiDocumentsApi.getAPIDocumentsWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get a List of Documents of an API
This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.
|
ApiResponse<DocumentListDTO> |
ApiProductDocumentsApi.getAPIProductDocumentsWithHttpInfo(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a List of Documents of an API Product
This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiDocumentsApi.getAPIDocumentsAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<DocumentListDTO> _callback)
Get a List of Documents of an API (asynchronously)
This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.
|
okhttp3.Call |
ApiProductDocumentsApi.getAPIProductDocumentsAsync(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<DocumentListDTO> _callback)
Get a List of Documents of an API Product (asynchronously)
This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.
|
| 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.