| Package | Description |
|---|---|
| org.apache.camel.component.salesforce | |
| org.apache.camel.component.salesforce.internal.dto | |
| org.apache.camel.component.salesforce.springboot |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
NotifyForFieldsEnum |
SalesforceComponentConfiguration.getNotifyForFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceComponentConfiguration.setNotifyForFields(NotifyForFieldsEnum notifyForFields) |
Apache Camel