lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

JobCreateParameters

Properties

Name Type Description Notes
name String A name for the Job.  
languagePairs List<LanguagePair> Language pairs is a set of one or more pairs that includes source language, source locale(optional), target language, target locale(optional), and memoryId.  
fileIds List<Integer> A list of file ids to upload to job creation.  
due String An ISO string date representing job due date. [optional]
srcLang String 2-letter ISO source language code  
srcLocale String 2-letter source language code  
isPlural Boolean A boolean value representing if the files have plurals. [optional]
workflowTemplateId Integer Identifier of the workflow template to be used when creating a job. If not passed the organization default will be used. [optional]
workflowTemplateName Integer Name of the workflow template to be used, must be passed with teamId or look up will fail. If workflowTemplateId is passed it supercedes any other look up. [optional]