Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentListDTO
-
Packages that use DocumentListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of DocumentListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return DocumentListDTO Modifier and Type Method Description DocumentListDTOApiDocumentsApi. 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.DocumentListDTOApiProductDocumentsApi. 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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type DocumentListDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type DocumentListDTO Modifier and Type Method Description okhttp3.CallApiDocumentsApi. 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.CallApiProductDocumentsApi. 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. -
Uses of DocumentListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return DocumentListDTO Modifier and Type Method Description DocumentListDTODocumentListDTO. count(Integer count)DocumentListDTODocumentListDTO. list(List<DocumentDTO> list)DocumentListDTODocumentListDTO. pagination(PaginationDTO pagination)
-