Package | Description |
---|---|
org.apache.camel.component.salesforce.api.dto.composite |
Modifier and Type | Method and Description |
---|---|
SObjectNode |
SObjectNode.addChild(AbstractDescribedSObjectBase child)
Add a described child with the metadata needed already present within it to the this node.
|
void |
SObjectNode.addChildren(AbstractDescribedSObjectBase first,
AbstractDescribedSObjectBase... others)
Add multiple described children with the metadata needed already present within them to the this node..
|
void |
SObjectNode.addChildren(AbstractDescribedSObjectBase first,
AbstractDescribedSObjectBase... others)
Add multiple described children with the metadata needed already present within them to the this node..
|
SObjectBatch |
SObjectBatch.addCreate(AbstractDescribedSObjectBase data)
Add create SObject to the batch request.
|
SObjectComposite |
SObjectComposite.addCreate(AbstractDescribedSObjectBase data,
String referenceId)
Add create SObject to the composite request.
|
Apache Camel