Uses of Class
org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
-
-
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto
Subclasses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto Modifier and Type Class Description classAbstractDescribedSObjectBaseSubclass ofAbstractSObjectBasethat contains additional metadata about SObject. -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.analytics.reports
Subclasses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.analytics.reports Modifier and Type Class Description classReportSalesforce DTO for SObject Report -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return AbstractSObjectBase Modifier and Type Method Description AbstractSObjectBaseSObjectNode. getObject()SObject at this node.Methods in org.apache.camel.component.salesforce.api.dto.composite that return types with arguments of type AbstractSObjectBase Modifier and Type Method Description Stream<AbstractSObjectBase>SObjectTree. allObjects()Returns a stream of all objects in the tree.Stream<AbstractSObjectBase>SObjectNode. getChildren()Returns child SObjects of this node (one level deep).Stream<AbstractSObjectBase>SObjectNode. getChildrenOfType(String type)Returns child SObjects of this node (one level deep) of certain type (in plural form)Methods in org.apache.camel.component.salesforce.api.dto.composite with parameters of type AbstractSObjectBase Modifier and Type Method Description SObjectNodeSObjectNode. addChild(String labelPlural, AbstractSObjectBase child)Add a child that does not contain the required metadata to the this node.voidSObjectNode. addChildren(String labelPlural, AbstractSObjectBase first, AbstractSObjectBase... others)Add a child that does not contain the required metadata to the this node.SObjectNodeSObjectTree. addObject(AbstractSObjectBase object)Add SObject at the root of the tree.SObjectBatchSObjectBatch. addUpdate(String type, String id, AbstractSObjectBase data)Add update of SObject record to the batch.SObjectCompositeSObjectComposite. addUpdate(String type, String id, AbstractSObjectBase data, String referenceId)Add update of SObject record to the composite.SObjectBatchSObjectBatch. addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data)Add update of SObject record by external identifier to the batch.SObjectCompositeSObjectComposite. addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data, String referenceId)Add update of SObject record by external identifier to the composite.SObjectBatchSObjectBatch. addUpsertByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data)Add insert or update of SObject record by external identifier to the batch.SObjectCompositeSObjectComposite. addUpsertByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data, String referenceId)Add insert or update of SObject record by external identifier to the composite. -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.internal.dto
Subclasses of AbstractSObjectBase in org.apache.camel.component.salesforce.internal.dto Modifier and Type Class Description classPushTopicSalesforce DTO for SObject PushTopic
-