Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentListDTO
Packages that use DocumentListDTO
Package
Description
-
Uses of DocumentListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return DocumentListDTOModifier and TypeMethodDescriptionApiDocumentsApi.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.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.McpServerDocumentsApi.getMCPServerDocuments(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch) Get a List of Documents of a MCP Server This operation can be used to retrieve a list of documents belonging to a MCP server by providing the ID of the MCP server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type DocumentListDTOModifier and TypeMethodDescriptionApiDocumentsApi.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.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.McpServerDocumentsApi.getMCPServerDocumentsWithHttpInfo(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch) Get a List of Documents of a MCP Server This operation can be used to retrieve a list of documents belonging to a MCP server by providing the ID of the MCP server.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type DocumentListDTOModifier and TypeMethodDescriptionokhttp3.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.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentsAsync(String mcpServerId, Integer limit, Integer offset, String accept, String ifNoneMatch, ApiCallback<DocumentListDTO> _callback) Get a List of Documents of a MCP Server (asynchronously) This operation can be used to retrieve a list of documents belonging to a MCP server by providing the ID of the MCP server. -
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 DocumentListDTOModifier and TypeMethodDescriptionDocumentListDTO.list(List<DocumentDTO> list) DocumentListDTO.pagination(PaginationDTO pagination)