Uses of Class
com.sforce.async.JobStateEnum
-
Packages that use JobStateEnum Package Description com.sforce.async -
-
Uses of JobStateEnum in com.sforce.async
Methods in com.sforce.async that return JobStateEnum Modifier and Type Method Description JobStateEnumJobInfo. getState()static JobStateEnumJobStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStateEnum[]JobStateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.async with parameters of type JobStateEnum Modifier and Type Method Description voidJobInfo. setState(JobStateEnum state)JobInfo.BuilderJobInfo.Builder. state(JobStateEnum jobState)
-