Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.29 KB

JobTypeDTO.md

File metadata and controls

25 lines (23 loc) · 1.29 KB

JobTypeDTO

Properties

Name Type Description Notes
id Long internal identifier [optional]
name String localised name (formatted in the current user's locale) [optional]
active Boolean should this value be available on the XTRF selection lists [optional]
preferred Boolean should this value be available on the top of XTRF selection lists, in the Preferred section [optional]
filesNeeded Boolean [optional]
providedByClient Boolean [optional]
relationToLanguage RelationToLanguageEnum [optional]
calculationUnitIds List<Long> [optional]
vendorProductivity BigDecimal [optional]
vendorProductivityCalculationUnitId Long [optional]
_default Boolean [optional]

Enum: RelationToLanguageEnum

Name Value
LANGUAGE_COMBINATION_RELATED "LANGUAGE_COMBINATION_RELATED"
SOURCE_LANGUAGE_RELATED_ONLY "SOURCE_LANGUAGE_RELATED_ONLY"
TARGET_LANGUAGE_RELATED_ONLY "TARGET_LANGUAGE_RELATED_ONLY"
LANGUAGE_INDEPENDENT "LANGUAGE_INDEPENDENT"