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