Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulk.BatchStateEnum
Packages that use BatchStateEnum
-
Uses of BatchStateEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as BatchStateEnumMethods in org.apache.camel.component.salesforce.api.dto.bulk that return BatchStateEnumModifier and TypeMethodDescriptionstatic BatchStateEnumBatchInfo.getState()Gets the value of the state property.static BatchStateEnumReturns the enum constant of this class with the specified name.static BatchStateEnum[]BatchStateEnum.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 BatchStateEnumModifier and TypeMethodDescriptionvoidBatchInfo.setState(BatchStateEnum value) Sets the value of the state property.