Uses of Class
com.acumenvelocity.ath.model.TranslationMemoryInfo
-
Packages that use TranslationMemoryInfo Package Description com.acumenvelocity.ath.model -
-
Uses of TranslationMemoryInfo in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return TranslationMemoryInfo Modifier and Type Method Description TranslationMemoryInfoTranslationMemoryInfo. createdAt(Date createdAt)Creation timestamp.TranslationMemoryInfoTranslationMemoryInfo. createdBy(UUID createdBy)UUID of the user who created the TM.TranslationMemoryInfoGetTranslationMemoryInfo200Response. getTranslationMemoryInfo()TranslationMemoryInfoTranslationMemoryInfoWrapper. getTranslationMemoryInfo()TranslationMemoryInfoTranslationMemoryInfo. segmentsCount(Long segmentsCount)Number of translation segments in the TM.TranslationMemoryInfoTranslationMemoryInfo. srcLang(String srcLang)Source language ISO code.TranslationMemoryInfoTranslationMemoryInfo. tmCompanyId(UUID tmCompanyId)UUID of the Company owning the Translation Memory.TranslationMemoryInfoTranslationMemoryInfo. tmFileName(String tmFileName)Name of the translation memory file.TranslationMemoryInfoTranslationMemoryInfo. tmGcsUrl(URI tmGcsUrl)GCS URL (gs://bucket/blob) of the translation memory file (TMX/CSV/TSV) content.TranslationMemoryInfoTranslationMemoryInfo. tmId(UUID tmId)UUID of the Translation Memory.TranslationMemoryInfoTranslationMemoryInfo. trgLang(String trgLang)Target language ISO code.TranslationMemoryInfoTranslationMemoryInfo. updatedAt(Date updatedAt)Last update timestamp.TranslationMemoryInfoTranslationMemoryInfo. updatedBy(UUID updatedBy)UUID of the user who updated the TM.Methods in com.acumenvelocity.ath.model that return types with arguments of type TranslationMemoryInfo Modifier and Type Method Description List<TranslationMemoryInfo>GetTranslationMemories200Response. getTranslationMemories()List<TranslationMemoryInfo>TranslationMemoryInfosWrapper. getTranslationMemories()Methods in com.acumenvelocity.ath.model with parameters of type TranslationMemoryInfo Modifier and Type Method Description voidGetTranslationMemoryInfo200Response. setTranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)voidTranslationMemoryInfoWrapper. setTranslationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)GetTranslationMemoryInfo200ResponseGetTranslationMemoryInfo200Response. translationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)TranslationMemoryInfoWrapperTranslationMemoryInfoWrapper. translationMemoryInfo(TranslationMemoryInfo translationMemoryInfo)Method parameters in com.acumenvelocity.ath.model with type arguments of type TranslationMemoryInfo Modifier and Type Method Description voidGetTranslationMemories200Response. setTranslationMemories(List<TranslationMemoryInfo> translationMemories)voidTranslationMemoryInfosWrapper. setTranslationMemories(List<TranslationMemoryInfo> translationMemories)GetTranslationMemories200ResponseGetTranslationMemories200Response. translationMemories(List<TranslationMemoryInfo> translationMemories)Array of TranslationMemoryInfo objects.TranslationMemoryInfosWrapperTranslationMemoryInfosWrapper. translationMemories(List<TranslationMemoryInfo> translationMemories)Array of TranslationMemoryInfo objects.
-