Package | Description |
---|---|
org.apache.camel.component.salesforce.api.dto.composite | |
org.apache.camel.component.salesforce.api.utils |
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.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
QueryHelper.fieldNamesOf(AbstractDescribedSObjectBase object) |
static String[] |
QueryHelper.filteredFieldNamesOf(AbstractDescribedSObjectBase object,
Predicate<SObjectField> filter) |
static String |
QueryHelper.queryToFetchAllFieldsOf(AbstractDescribedSObjectBase object) |
static String |
QueryHelper.queryToFetchFilteredFieldsOf(AbstractDescribedSObjectBase object,
Predicate<SObjectField> filter) |
Apache Camel