Uses of Class
com.acumenvelocity.ath.model.TmSegment
-
Packages that use TmSegment Package Description com.acumenvelocity.ath.model -
-
Uses of TmSegment in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return TmSegment Modifier and Type Method Description TmSegmentTmSegment. createdAt(Date createdAt)Creation timestampTmSegmentTmSegment. createdBy(UUID createdBy)UUID of the user who created the segmentTmSegmentTmSegment. docFileName(String docFileName)Name of the document if the TM segment was imported from a documentTmSegmentTmSegment. docId(UUID docId)UUID of the document if the TM segment was imported from a documentTmSegmentGetTranslationMemorySegment200Response. getTmSegment()TmSegmentTmSegmentWrapper. getTmSegment()TmSegmentTmSegment. id(String id)Unique id of the TM segmentTmSegmentTmSegment. source(LayeredTextX source)TmSegmentTmSegment. srcLang(String srcLang)Source language ISO codeTmSegmentTmSegment. target(LayeredTextX target)TmSegmentTmSegment. tmFileName(String tmFileName)Name of the Translation MemoryTmSegmentTmSegment. tmId(UUID tmId)UUID of the Translation MemoryTmSegmentTmSegment. tmSegId(UUID tmSegId)UUID of the TM segmentTmSegmentTmSegment. trgLang(String trgLang)Target language ISO codeTmSegmentTmSegment. updatedAt(Date updatedAt)Last update timestampTmSegmentTmSegment. updatedBy(UUID updatedBy)UUID of the user who last updated the segmentMethods in com.acumenvelocity.ath.model that return types with arguments of type TmSegment Modifier and Type Method Description List<TmSegment>GetTranslationMemorySegments200Response. getTmSegments()List<TmSegment>TmSegmentsWrapper. getTmSegments()Methods in com.acumenvelocity.ath.model with parameters of type TmSegment Modifier and Type Method Description voidGetTranslationMemorySegment200Response. setTmSegment(TmSegment tmSegment)voidTmSegmentWrapper. setTmSegment(TmSegment tmSegment)GetTranslationMemorySegment200ResponseGetTranslationMemorySegment200Response. tmSegment(TmSegment tmSegment)TmSegmentWrapperTmSegmentWrapper. tmSegment(TmSegment tmSegment)Method parameters in com.acumenvelocity.ath.model with type arguments of type TmSegment Modifier and Type Method Description voidGetTranslationMemorySegments200Response. setTmSegments(List<TmSegment> tmSegments)voidTmSegmentsWrapper. setTmSegments(List<TmSegment> tmSegments)GetTranslationMemorySegments200ResponseGetTranslationMemorySegments200Response. tmSegments(List<TmSegment> tmSegments)Array of TmSegment objects.TmSegmentsWrapperTmSegmentsWrapper. tmSegments(List<TmSegment> tmSegments)Array of TmSegment objects.
-