Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentDTO
-
Packages that use DocumentDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of DocumentDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return DocumentDTO Modifier and Type Method Description DocumentDTOApiDocumentsApi. 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.DocumentDTOApiDocumentsApi. 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.DocumentDTOApiProductDocumentsApi. 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.DocumentDTOApiProductDocumentsApi. 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.DocumentDTOMcpServerDocumentsApi. 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.DocumentDTOMcpServerDocumentsApi. 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.DocumentDTOApiDocumentsApi. 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.DocumentDTOApiProductDocumentsApi. 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.DocumentDTOMcpServerDocumentsApi. 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.DocumentDTOApiDocumentsApi. 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.DocumentDTOApiProductDocumentsApi. 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.DocumentDTOMcpServerDocumentsApi. 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 DocumentDTO Modifier and Type Method Description ApiResponse<DocumentDTO>ApiDocumentsApi. 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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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.ApiResponse<DocumentDTO>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 DocumentDTO Modifier and Type Method Description DocumentDTOApiDocumentsApi. 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 addAPIDocumentApiResponse<DocumentDTO>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.DocumentDTOApiProductDocumentsApi. 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 addAPIProductDocumentApiResponse<DocumentDTO>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.DocumentDTOMcpServerDocumentsApi. 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 addMCPServerDocumentApiResponse<DocumentDTO>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.DocumentDTOApiDocumentsApi. 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 updateAPIDocumentApiResponse<DocumentDTO>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.DocumentDTOApiProductDocumentsApi. 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 updateAPIProductDocumentApiResponse<DocumentDTO>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.DocumentDTOMcpServerDocumentsApi. 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 updateMCPServerDocumentApiResponse<DocumentDTO>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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type DocumentDTO Modifier and Type Method Description 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. 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 DocumentDTO Modifier and Type Method Description DocumentDTODocumentDTO. createdBy(String createdBy)DocumentDTODocumentDTO. createdTime(String createdTime)DocumentDTODocumentDTO. documentId(String documentId)DocumentDTODocumentDTO. fileName(String fileName)DocumentDTODocumentDTO. inlineContent(String inlineContent)DocumentDTODocumentDTO. lastUpdatedBy(String lastUpdatedBy)DocumentDTODocumentDTO. lastUpdatedTime(String lastUpdatedTime)DocumentDTODocumentDTO. name(String name)DocumentDTODocumentDTO. otherTypeName(String otherTypeName)DocumentDTODocumentDTO. sourceType(DocumentDTO.SourceTypeEnum sourceType)DocumentDTODocumentDTO. sourceUrl(String sourceUrl)DocumentDTODocumentDTO. summary(String summary)DocumentDTODocumentDTO. type(DocumentDTO.TypeEnum type)DocumentDTODocumentDTO. visibility(DocumentDTO.VisibilityEnum visibility)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type DocumentDTO Modifier and Type Method Description List<DocumentDTO>DocumentListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type DocumentDTO Modifier and Type Method Description DocumentListDTODocumentListDTO. list(List<DocumentDTO> list)voidDocumentListDTO. setList(List<DocumentDTO> list)
-