Uses of Class
org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum

Packages that use NotifyForOperationsEnum
org.apache.camel.component.salesforce   
org.apache.camel.component.salesforce.internal.dto   
 

Uses of NotifyForOperationsEnum in org.apache.camel.component.salesforce
 

Methods in org.apache.camel.component.salesforce that return NotifyForOperationsEnum
 NotifyForOperationsEnum SalesforceEndpointConfig.getNotifyForOperations()
           
 

Methods in org.apache.camel.component.salesforce with parameters of type NotifyForOperationsEnum
 void SalesforceEndpointConfig.setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)
           
 

Uses of NotifyForOperationsEnum in org.apache.camel.component.salesforce.internal.dto
 

Methods in org.apache.camel.component.salesforce.internal.dto that return NotifyForOperationsEnum
static NotifyForOperationsEnum NotifyForOperationsEnum.forValue(String value)
           
 NotifyForOperationsEnum PushTopic.getNotifyForOperations()
           
static NotifyForOperationsEnum NotifyForOperationsEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotifyForOperationsEnum[] NotifyForOperationsEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.salesforce.internal.dto with parameters of type NotifyForOperationsEnum
 void PushTopic.setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)
           
 



Apache Camel