public interface JobParameters
| Modifier and Type | Method and Description |
|---|---|
String |
getJobName()
Gets the name of the job specified in a
JobParameters object. |
void |
setJobRunTime(ZonedDateTime startTime)
Sets the job start time.
|
void |
setValue(String name,
Object value)
Sets the value of a job parameter.
|
void setValue(String name, Object value)
name parameter
may require the value parameter to be a specific data type.name - name of the job parametervalue - new value to set on the job parameterString getJobName()
JobParameters object. The job name is set by
JobService.newJobParameters(String).JobParameters objectvoid setJobRunTime(ZonedDateTime startTime)
startTime - specifies the job start timeCopyright © Veeva Systems 2017–2021. All rights reserved.