Uses of Class
org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum
-
Packages that use NotifyForOperationsEnum Package Description 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 Modifier and Type Method Description NotifyForOperationsEnum
SalesforceEndpointConfig. getNotifyForOperations()
Methods in org.apache.camel.component.salesforce with parameters of type NotifyForOperationsEnum Modifier and Type Method Description void
SalesforceEndpointConfig. setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)
Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE (API version < 29.0) -
Uses of NotifyForOperationsEnum in org.apache.camel.component.salesforce.internal.dto
Methods in org.apache.camel.component.salesforce.internal.dto that return NotifyForOperationsEnum Modifier and Type Method Description 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 Modifier and Type Method Description void
PushTopic. setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)
-