Uses of Enum Class
org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum
Packages that use NotifyForFieldsEnum
Package
Description
-
Uses of NotifyForFieldsEnum in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return NotifyForFieldsEnumMethods in org.apache.camel.component.salesforce with parameters of type NotifyForFieldsEnumModifier and TypeMethodDescriptionvoidSalesforceEndpointConfig.setNotifyForFields(NotifyForFieldsEnum notifyForFields) Notify for fields, options are ALL, REFERENCED, SELECT, WHERE -
Uses of NotifyForFieldsEnum in org.apache.camel.component.salesforce.internal.dto
Methods in org.apache.camel.component.salesforce.internal.dto that return NotifyForFieldsEnumModifier and TypeMethodDescriptionstatic NotifyForFieldsEnumPushTopic.getNotifyForFields()static NotifyForFieldsEnumReturns the enum constant of this class with the specified name.static NotifyForFieldsEnum[]NotifyForFieldsEnum.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 NotifyForFieldsEnumModifier and TypeMethodDescriptionvoidPushTopic.setNotifyForFields(NotifyForFieldsEnum notifyForFields)