Uses of Class
org.apache.camel.component.salesforce.api.dto.bulkv2.JobTypeEnum
-
Packages that use JobTypeEnum Package Description org.apache.camel.component.salesforce.api.dto.bulkv2 -
-
Uses of JobTypeEnum in org.apache.camel.component.salesforce.api.dto.bulkv2
Fields in org.apache.camel.component.salesforce.api.dto.bulkv2 declared as JobTypeEnum Modifier and Type Field Description protected JobTypeEnumJobBase. jobTypeMethods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return JobTypeEnum Modifier and Type Method Description static JobTypeEnumJobTypeEnum. fromValue(String v)JobTypeEnumJobBase. getJobType()static JobTypeEnumJobTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JobTypeEnum[]JobTypeEnum. 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.bulkv2 with parameters of type JobTypeEnum Modifier and Type Method Description voidJobBase. setJobType(JobTypeEnum jobType)
-