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.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.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.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>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>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.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.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.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.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.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. -
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)
-