Uses of Class
org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum

Packages that use NotifyForFieldsEnum
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
 NotifyForFieldsEnum SalesforceEndpointConfig.getNotifyForFields()
           
 

Methods in org.apache.camel.component.salesforce with parameters of type NotifyForFieldsEnum
 void SalesforceEndpointConfig.setNotifyForFields(NotifyForFieldsEnum notifyForFields)
           
 

Uses of NotifyForFieldsEnum in org.apache.camel.component.salesforce.internal.dto
 

Methods in org.apache.camel.component.salesforce.internal.dto that return NotifyForFieldsEnum
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
 void PushTopic.setNotifyForFields(NotifyForFieldsEnum notifyForFields)
           
 



Apache Camel