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

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

Uses of ConcurrencyModeEnum in org.apache.camel.component.salesforce.api.dto.bulk
 

Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as ConcurrencyModeEnum
protected  ConcurrencyModeEnum JobInfo.concurrencyMode
           
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return ConcurrencyModeEnum
static ConcurrencyModeEnum ConcurrencyModeEnum.fromValue(String v)
           
 ConcurrencyModeEnum JobInfo.getConcurrencyMode()
          Gets the value of the concurrencyMode property.
static ConcurrencyModeEnum ConcurrencyModeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConcurrencyModeEnum[] ConcurrencyModeEnum.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 ConcurrencyModeEnum
 void JobInfo.setConcurrencyMode(ConcurrencyModeEnum value)
          Sets the value of the concurrencyMode property.
 



Apache Camel