Uses of Class
com.acumenvelocity.ath.model.DocumentInfo
-
Packages that use DocumentInfo Package Description com.acumenvelocity.ath.model -
-
Uses of DocumentInfo in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return DocumentInfo Modifier and Type Method Description DocumentInfoDocumentInfo. createdAt(Date createdAt)Creation timestamp.DocumentInfoDocumentInfo. createdBy(UUID createdBy)UUID of the user who created the document.DocumentInfoDocumentInfo. docFileName(String docFileName)Name of the document.DocumentInfoDocumentInfo. docGcsUrl(URI docGcsUrl)GCS URL (gs://bucket/blob) of the original document content.DocumentInfoDocumentInfo. docId(UUID docId)UUID of the document.DocumentInfoDocumentInfo. docTrlGcsUrl(URI docTrlGcsUrl)Optional GCS URL (gs://bucket/blob) of an existing translation if to be imported along with the original document.DocumentInfoDocumentInfoWrapper. getDocument()DocumentInfoInlineObject. getDocument()DocumentInfoDocumentInfo. segmentsCount(Long segmentsCount)Number of translation segments in the document.DocumentInfoDocumentInfo. srcLang(String srcLang)Source language ISO code.DocumentInfoDocumentInfo. trgLang(String trgLang)Target language ISO code.DocumentInfoDocumentInfo. updatedAt(Date updatedAt)Last update timestamp.DocumentInfoDocumentInfo. updatedBy(UUID updatedBy)UUID of the user who last updated the document.Methods in com.acumenvelocity.ath.model that return types with arguments of type DocumentInfo Modifier and Type Method Description List<DocumentInfo>DocumentInfosWrapper. getDocuments()List<DocumentInfo>GetDocuments200Response. getDocuments()Methods in com.acumenvelocity.ath.model with parameters of type DocumentInfo Modifier and Type Method Description DocumentInfoWrapperDocumentInfoWrapper. document(DocumentInfo document)InlineObjectInlineObject. document(DocumentInfo document)voidDocumentInfoWrapper. setDocument(DocumentInfo document)voidInlineObject. setDocument(DocumentInfo document)Method parameters in com.acumenvelocity.ath.model with type arguments of type DocumentInfo Modifier and Type Method Description DocumentInfosWrapperDocumentInfosWrapper. documents(List<DocumentInfo> documents)Array of DocumentInfo objects.GetDocuments200ResponseGetDocuments200Response. documents(List<DocumentInfo> documents)Array of DocumentInfo objects.voidDocumentInfosWrapper. setDocuments(List<DocumentInfo> documents)voidGetDocuments200Response. setDocuments(List<DocumentInfo> documents)
-