JobUpdateParameter.withPriority(Integer priority) 方法
定义
Set priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. If omitted, it is set to the default value 0.
public JobUpdateParameter withPriority(Integer priority)
参数
- priority
- Integer
the priority value to set
返回
the JobUpdateParameter object itself.