Package | Description |
---|---|
org.apache.camel.component.salesforce | |
org.apache.camel.component.salesforce.internal.dto |
Modifier and Type | Method and Description |
---|---|
NotifyForFieldsEnum |
SalesforceEndpointConfig.getNotifyForFields() |
NotifyForFieldsEnum |
SalesforceComponent.getNotifyForFields() |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceEndpointConfig.setNotifyForFields(NotifyForFieldsEnum notifyForFields)
Notify for fields, options are ALL, REFERENCED, SELECT, WHERE
|
void |
SalesforceComponent.setNotifyForFields(NotifyForFieldsEnum notifyForFields)
Notify for fields, options are ALL, REFERENCED, SELECT, WHERE
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
PushTopic.setNotifyForFields(NotifyForFieldsEnum notifyForFields) |
Apache Camel