Uses of Enum Class
org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum
Packages that use NotifyForOperationsEnum
Package
Description
-
Uses of NotifyForOperationsEnum in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return NotifyForOperationsEnumMethods in org.apache.camel.component.salesforce with parameters of type NotifyForOperationsEnumModifier and TypeMethodDescriptionvoidSalesforceEndpointConfig.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 NotifyForOperationsEnumModifier and TypeMethodDescriptionstatic NotifyForOperationsEnumPushTopic.getNotifyForOperations()static NotifyForOperationsEnumReturns the enum constant of this class with the specified name.static NotifyForOperationsEnum[]NotifyForOperationsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce.internal.dto with parameters of type NotifyForOperationsEnumModifier and TypeMethodDescriptionvoidPushTopic.setNotifyForOperations(NotifyForOperationsEnum notifyForOperations)