Uses of Class
com.avoka.tm.svc.JobUpdater
-
Packages that use JobUpdater Package Description com.avoka.tm.svc Provides Service classes. -
-
Uses of JobUpdater in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return JobUpdater Modifier and Type Method Description JobUpdater
JobUpdater. removeProperty(String name)
Specify the property to remove from the job.JobUpdater
JobUpdater. setId(Long id)
Set the id of the job to update.JobUpdater
JobUpdater. setProperty(String name, String value)
Specify the property name and value to add or update on the job.
-