Class SalesforceEndpointBuilderFactory.SalesforceHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.SalesforceEndpointBuilderFactory.SalesforceHeaderNameBuilder
- Enclosing interface:
SalesforceEndpointBuilderFactory
The builder of headers' name for the Salesforce component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe change event schema.The change origin.The change type.The channel.The client id.The commit number.The commit timestamp.The commit user.The created date.The entity name.The event type.Is transaction end.The platform event schema.The Pub/Sub API replayId.Total number of records matching a query.The record ids.The Streaming API replayId.The sequence number.The topic name.The transaction key.
-
Constructor Details
-
SalesforceHeaderNameBuilder
public SalesforceHeaderNameBuilder()
-
-
Method Details
-
salesforceReplayId
The Streaming API replayId. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceReplayId.
-
salesforcePubSubReplayId
The Pub/Sub API replayId. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforcePubSubReplayId.
-
salesforceChangeEventSchema
The change event schema. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceChangeEventSchema.
-
salesforceEventType
The event type. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
SalesforceEventType.
-
salesforceCommitTimestamp
The commit timestamp. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceCommitTimestamp.
-
salesforceCommitUser
The commit user. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceCommitUser.
-
salesforceCommitNumber
The commit number. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceCommitNumber.
-
salesforceRecordIds
The record ids. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceRecordIds.
-
salesforceChangeType
The change type. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceChangeType.
-
salesforceChangeOrigin
The change origin. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceChangeOrigin.
-
salesforceTransactionKey
The transaction key. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceTransactionKey.
-
salesforceSequenceNumber
The sequence number. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceSequenceNumber.
-
salesforceIsTransactionEnd
Is transaction end. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceIsTransactionEnd.
-
salesforceEntityName
The entity name. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforceEntityName.
-
salesforcePlatformEventSchema
The platform event schema. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
SalesforcePlatformEventSchema.
-
salesforceCreatedDate
The created date. The option is a:java.time.ZonedDateTimetype. Group: consumer- Returns:
- the name of the header
SalesforceCreatedDate.
-
salesforceTopicName
The topic name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
SalesforceTopicName.
-
salesforceChannel
The channel. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
SalesforceChannel.
-
salesforceClientId
The client id. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
SalesforceClientId.
-
salesforceQueryResultTotalSize
Total number of records matching a query. The option is a:inttype. Group: producer- Returns:
- the name of the header
SalesforceQueryResultTotalSize.
-