Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.BatchStateEnum
-
Packages that use BatchStateEnum Package Description org.apache.camel.component.salesforce.api.dto.bulk -
-
Uses of BatchStateEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as BatchStateEnum Modifier and Type Field Description protected BatchStateEnumBatchInfo. stateMethods in org.apache.camel.component.salesforce.api.dto.bulk that return BatchStateEnum Modifier and Type Method Description static BatchStateEnumBatchStateEnum. fromValue(String v)BatchStateEnumBatchInfo. getState()Gets the value of the state property.static BatchStateEnumBatchStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchStateEnum[]BatchStateEnum. 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 BatchStateEnum Modifier and Type Method Description voidBatchInfo. setState(BatchStateEnum value)Sets the value of the state property.
-