Uses of Class
org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum
-
Packages that use NotifyForFieldsEnum Package Description org.apache.camel.component.salesforce org.apache.camel.component.salesforce.internal.dto -
-
Uses of NotifyForFieldsEnum in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return NotifyForFieldsEnum Modifier and Type Method Description NotifyForFieldsEnum
SalesforceEndpointConfig. getNotifyForFields()
Methods in org.apache.camel.component.salesforce with parameters of type NotifyForFieldsEnum Modifier and Type Method Description void
SalesforceEndpointConfig. 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 NotifyForFieldsEnum Modifier and Type Method Description static NotifyForFieldsEnum
NotifyForFieldsEnum. fromValue(String value)
NotifyForFieldsEnum
PushTopic. getNotifyForFields()
static NotifyForFieldsEnum
NotifyForFieldsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotifyForFieldsEnum[]
NotifyForFieldsEnum. 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 NotifyForFieldsEnum Modifier and Type Method Description void
PushTopic. setNotifyForFields(NotifyForFieldsEnum notifyForFields)
-