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 NotifyForOperationsEnumSalesforceEndpointConfig. getNotifyForOperations()Methods in org.apache.camel.component.salesforce with parameters of type NotifyForOperationsEnum Modifier and Type Method Description voidSalesforceEndpointConfig. 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 NotifyForOperationsEnumNotifyForOperationsEnum. forValue(String value)NotifyForOperationsEnumPushTopic. getNotifyForOperations()static NotifyForOperationsEnumNotifyForOperationsEnum. 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 voidPushTopic. setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)
-