| 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 |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsGet(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.
|
DocumentListDTO |
ApiDocumentsApi.apisApiIdDocumentsGet(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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DocumentListDTO> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsGetWithHttpInfo(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.
|
ApiResponse<DocumentListDTO> |
ApiDocumentsApi.apisApiIdDocumentsGetWithHttpInfo(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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsGetAsync(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.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsGetAsync(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.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentListDTO |
DocumentListDTO.addListItem(DocumentDTO listItem) |
DocumentListDTO |
DocumentListDTO.count(Integer count) |
DocumentListDTO |
DocumentListDTO.list(List<DocumentDTO> list) |
DocumentListDTO |
DocumentListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.