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 NotifyForFieldsEnumSalesforceEndpointConfig. getNotifyForFields()Methods in org.apache.camel.component.salesforce with parameters of type NotifyForFieldsEnum Modifier and Type Method Description voidSalesforceEndpointConfig. 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 NotifyForFieldsEnumNotifyForFieldsEnum. fromValue(String value)NotifyForFieldsEnumPushTopic. getNotifyForFields()static NotifyForFieldsEnumNotifyForFieldsEnum. 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 voidPushTopic. setNotifyForFields(NotifyForFieldsEnum notifyForFields)
-