Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulk.JobStateEnum
Packages that use JobStateEnum
-
Uses of JobStateEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as JobStateEnumMethods in org.apache.camel.component.salesforce.api.dto.bulk that return JobStateEnumModifier and TypeMethodDescriptionstatic JobStateEnumJobInfo.getState()Gets the value of the state property.static JobStateEnumReturns the enum constant of this class with the specified name.static JobStateEnum[]JobStateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type JobStateEnumModifier and TypeMethodDescriptionvoidJobInfo.setState(JobStateEnum value) Sets the value of the state property.