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 timestampTranslationMemoryInfoTranslationMemoryInfo. createdBy(UUID createdBy)UUID of the user who created the TMTranslationMemoryInfoGetTranslationMemoryInfo200Response. getTranslationMemoryInfo()TranslationMemoryInfoTranslationMemoryInfoWrapper. getTranslationMemoryInfo()TranslationMemoryInfoTranslationMemoryInfo. segmentsCount(Long segmentsCount)Number of translation segments in the TMTranslationMemoryInfoTranslationMemoryInfo. srcLang(String srcLang)Source language ISO codeTranslationMemoryInfoTranslationMemoryInfo. tmFileName(String tmFileName)Name of the translation memory fileTranslationMemoryInfoTranslationMemoryInfo. tmId(UUID tmId)UUID of the Translation MemoryTranslationMemoryInfoTranslationMemoryInfo. trgLang(String trgLang)Target language ISO codeTranslationMemoryInfoTranslationMemoryInfo. updatedAt(Date updatedAt)Last update timestampTranslationMemoryInfoTranslationMemoryInfo. updatedBy(UUID updatedBy)UUID of the user who updated the TMMethods 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.
-