Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.JobStateEnum

Packages that use JobStateEnum
org.apache.camel.component.salesforce.api.dto.bulk Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

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
protected  JobStateEnum JobInfo.state
           
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return JobStateEnum
static JobStateEnum JobStateEnum.fromValue(String v)
           
 JobStateEnum JobInfo.getState()
          Gets the value of the state property.
static JobStateEnum JobStateEnum.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
 void JobInfo.setState(JobStateEnum value)
          Sets the value of the state property.
 



Apache Camel