Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentDTO
Packages that use DocumentDTO
Package
Description
-
Uses of DocumentDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return DocumentDTOModifier and TypeMethodDescriptionApiDocumentsApi.addAPIDocument(String apiId, DocumentDTO documentDTO, String ifMatch) Add a New Document to an API This operation can be used to add a new documentation to an API.ApiDocumentsApi.addAPIDocumentContent(String apiId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Document Thid operation can be used to upload a file or add inline content to an API document.ApiProductDocumentsApi.addAPIProductDocument(String apiProductId, DocumentDTO documentDTO) Add a New Document to an API Product This operation can be used to add a new documentation to an API Product.ApiProductDocumentsApi.addAPIProductDocumentContent(String apiProductId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Product Document Thid operation can be used to upload a file or add inline content to an API Product document.McpServerDocumentsApi.addMCPServerDocument(String mcpServerId, DocumentDTO documentDTO) Add a New Document to a MCP server This operation can be used to add a new documentation to a MCP server.McpServerDocumentsApi.addMCPServerDocumentContent(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of a MCP Server Document This operation can be used to upload a file or add inline content to a MCP server document.ApiDocumentsApi.getAPIDocumentByDocumentId(String apiId, String documentId, String ifNoneMatch) Get a Document of an API This operation can be used to retrieve a particular document's metadata associated with an API.ApiProductDocumentsApi.getAPIProductDocument(String apiProductId, String documentId, String accept, String ifNoneMatch) Get a Document of an API Product This operation can be used to retrieve a particular document's metadata associated with an API.McpServerDocumentsApi.getMCPServerDocument(String mcpServerId, String documentId, String accept, String ifNoneMatch) Get a Document of a MCP Server This operation can be used to retrieve a particular document's metadata associated with a MCP server.ApiDocumentsApi.updateAPIDocument(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API This operation can be used to update metadata of an API's document.ApiProductDocumentsApi.updateAPIProductDocument(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API Product This operation can be used to update metadata of an API's document.McpServerDocumentsApi.updateMCPServerDocument(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of a MCP Server This operation can be used to update metadata of an MCP server's document.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type DocumentDTOModifier and TypeMethodDescriptionApiDocumentsApi.addAPIDocumentContentWithHttpInfo(String apiId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Document Thid operation can be used to upload a file or add inline content to an API document.ApiDocumentsApi.addAPIDocumentWithHttpInfo(String apiId, DocumentDTO documentDTO, String ifMatch) Add a New Document to an API This operation can be used to add a new documentation to an API.ApiProductDocumentsApi.addAPIProductDocumentContentWithHttpInfo(String apiProductId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of an API Product Document Thid operation can be used to upload a file or add inline content to an API Product document.ApiProductDocumentsApi.addAPIProductDocumentWithHttpInfo(String apiProductId, DocumentDTO documentDTO) Add a New Document to an API Product This operation can be used to add a new documentation to an API Product.McpServerDocumentsApi.addMCPServerDocumentContentWithHttpInfo(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent) Upload the Content of a MCP Server Document This operation can be used to upload a file or add inline content to a MCP server document.McpServerDocumentsApi.addMCPServerDocumentWithHttpInfo(String mcpServerId, DocumentDTO documentDTO) Add a New Document to a MCP server This operation can be used to add a new documentation to a MCP server.ApiDocumentsApi.getAPIDocumentByDocumentIdWithHttpInfo(String apiId, String documentId, String ifNoneMatch) Get a Document of an API This operation can be used to retrieve a particular document's metadata associated with an API.ApiProductDocumentsApi.getAPIProductDocumentWithHttpInfo(String apiProductId, String documentId, String accept, String ifNoneMatch) Get a Document of an API Product This operation can be used to retrieve a particular document's metadata associated with an API.McpServerDocumentsApi.getMCPServerDocumentWithHttpInfo(String mcpServerId, String documentId, String accept, String ifNoneMatch) Get a Document of a MCP Server This operation can be used to retrieve a particular document's metadata associated with a MCP server.ApiDocumentsApi.updateAPIDocumentWithHttpInfo(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API This operation can be used to update metadata of an API's document.ApiProductDocumentsApi.updateAPIProductDocumentWithHttpInfo(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API Product This operation can be used to update metadata of an API's document.McpServerDocumentsApi.updateMCPServerDocumentWithHttpInfo(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of a MCP Server This operation can be used to update metadata of an MCP server's document.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type DocumentDTOModifier and TypeMethodDescriptionApiDocumentsApi.addAPIDocument(String apiId, DocumentDTO documentDTO, String ifMatch) Add a New Document to an API This operation can be used to add a new documentation to an API.okhttp3.CallApiDocumentsApi.addAPIDocumentAsync(String apiId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Add a New Document to an API (asynchronously) This operation can be used to add a new documentation to an API.okhttp3.CallApiDocumentsApi.addAPIDocumentCall(String apiId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for addAPIDocumentApiDocumentsApi.addAPIDocumentWithHttpInfo(String apiId, DocumentDTO documentDTO, String ifMatch) Add a New Document to an API This operation can be used to add a new documentation to an API.ApiProductDocumentsApi.addAPIProductDocument(String apiProductId, DocumentDTO documentDTO) Add a New Document to an API Product This operation can be used to add a new documentation to an API Product.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentAsync(String apiProductId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to an API Product (asynchronously) This operation can be used to add a new documentation to an API Product.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentCall(String apiProductId, DocumentDTO documentDTO, ApiCallback _callback) Build call for addAPIProductDocumentApiProductDocumentsApi.addAPIProductDocumentWithHttpInfo(String apiProductId, DocumentDTO documentDTO) Add a New Document to an API Product This operation can be used to add a new documentation to an API Product.McpServerDocumentsApi.addMCPServerDocument(String mcpServerId, DocumentDTO documentDTO) Add a New Document to a MCP server This operation can be used to add a new documentation to a MCP server.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentAsync(String mcpServerId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to a MCP server (asynchronously) This operation can be used to add a new documentation to a MCP server.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentCall(String mcpServerId, DocumentDTO documentDTO, ApiCallback _callback) Build call for addMCPServerDocumentMcpServerDocumentsApi.addMCPServerDocumentWithHttpInfo(String mcpServerId, DocumentDTO documentDTO) Add a New Document to a MCP server This operation can be used to add a new documentation to a MCP server.ApiDocumentsApi.updateAPIDocument(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API This operation can be used to update metadata of an API's document.okhttp3.CallApiDocumentsApi.updateAPIDocumentAsync(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallApiDocumentsApi.updateAPIDocumentCall(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIDocumentApiDocumentsApi.updateAPIDocumentWithHttpInfo(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API This operation can be used to update metadata of an API's document.ApiProductDocumentsApi.updateAPIProductDocument(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API Product This operation can be used to update metadata of an API's document.okhttp3.CallApiProductDocumentsApi.updateAPIProductDocumentAsync(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API Product (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallApiProductDocumentsApi.updateAPIProductDocumentCall(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateAPIProductDocumentApiProductDocumentsApi.updateAPIProductDocumentWithHttpInfo(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of an API Product This operation can be used to update metadata of an API's document.McpServerDocumentsApi.updateMCPServerDocument(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of a MCP Server This operation can be used to update metadata of an MCP server's document.okhttp3.CallMcpServerDocumentsApi.updateMCPServerDocumentAsync(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of a MCP Server (asynchronously) This operation can be used to update metadata of an MCP server's document.okhttp3.CallMcpServerDocumentsApi.updateMCPServerDocumentCall(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback _callback) Build call for updateMCPServerDocumentMcpServerDocumentsApi.updateMCPServerDocumentWithHttpInfo(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch) Update a Document of a MCP Server This operation can be used to update metadata of an MCP server's document.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type DocumentDTOModifier and TypeMethodDescriptionokhttp3.CallApiDocumentsApi.addAPIDocumentAsync(String apiId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Add a New Document to an API (asynchronously) This operation can be used to add a new documentation to an API.okhttp3.CallApiDocumentsApi.addAPIDocumentContentAsync(String apiId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of an API Document (asynchronously) Thid operation can be used to upload a file or add inline content to an API document.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentAsync(String apiProductId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to an API Product (asynchronously) This operation can be used to add a new documentation to an API Product.okhttp3.CallApiProductDocumentsApi.addAPIProductDocumentContentAsync(String apiProductId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of an API Product Document (asynchronously) Thid operation can be used to upload a file or add inline content to an API Product document.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentAsync(String mcpServerId, DocumentDTO documentDTO, ApiCallback<DocumentDTO> _callback) Add a New Document to a MCP server (asynchronously) This operation can be used to add a new documentation to a MCP server.okhttp3.CallMcpServerDocumentsApi.addMCPServerDocumentContentAsync(String mcpServerId, String documentId, String ifMatch, File file, String inlineContent, ApiCallback<DocumentDTO> _callback) Upload the Content of a MCP Server Document (asynchronously) This operation can be used to upload a file or add inline content to a MCP server document.okhttp3.CallApiDocumentsApi.getAPIDocumentByDocumentIdAsync(String apiId, String documentId, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of an API (asynchronously) This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallApiProductDocumentsApi.getAPIProductDocumentAsync(String apiProductId, String documentId, String accept, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of an API Product (asynchronously) This operation can be used to retrieve a particular document's metadata associated with an API.okhttp3.CallMcpServerDocumentsApi.getMCPServerDocumentAsync(String mcpServerId, String documentId, String accept, String ifNoneMatch, ApiCallback<DocumentDTO> _callback) Get a Document of a MCP Server (asynchronously) This operation can be used to retrieve a particular document's metadata associated with a MCP server.okhttp3.CallApiDocumentsApi.updateAPIDocumentAsync(String apiId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallApiProductDocumentsApi.updateAPIProductDocumentAsync(String apiProductId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of an API Product (asynchronously) This operation can be used to update metadata of an API's document.okhttp3.CallMcpServerDocumentsApi.updateMCPServerDocumentAsync(String mcpServerId, String documentId, DocumentDTO documentDTO, String ifMatch, ApiCallback<DocumentDTO> _callback) Update a Document of a MCP Server (asynchronously) This operation can be used to update metadata of an MCP server's document. -
Uses of DocumentDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return DocumentDTOModifier and TypeMethodDescriptionDocumentDTO.createdTime(String createdTime) DocumentDTO.documentId(String documentId) DocumentDTO.inlineContent(String inlineContent) DocumentDTO.lastUpdatedBy(String lastUpdatedBy) DocumentDTO.lastUpdatedTime(String lastUpdatedTime) DocumentDTO.otherTypeName(String otherTypeName) DocumentDTO.sourceType(DocumentDTO.SourceTypeEnum sourceType) DocumentDTO.type(DocumentDTO.TypeEnum type) DocumentDTO.visibility(DocumentDTO.VisibilityEnum visibility) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type DocumentDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type DocumentDTOModifier and TypeMethodDescriptionDocumentListDTO.list(List<DocumentDTO> list) voidDocumentListDTO.setList(List<DocumentDTO> list)