Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.JobStateEnum
-
Packages that use JobStateEnum Package Description org.apache.camel.component.salesforce.api.dto.bulk -
-
Uses of JobStateEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as JobStateEnum Modifier and Type Field Description protected JobStateEnumJobInfo. stateMethods in org.apache.camel.component.salesforce.api.dto.bulk that return JobStateEnum Modifier and Type Method Description static JobStateEnumJobStateEnum. fromValue(String v)JobStateEnumJobInfo. getState()Gets the value of the state property.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 org.apache.camel.component.salesforce.api.dto.bulk with parameters of type JobStateEnum Modifier and Type Method Description voidJobInfo. setState(JobStateEnum value)Sets the value of the state property.
-