Uses of Class
org.apache.camel.component.salesforce.api.dto.AbstractDescribedSObjectBase
-
Packages that use AbstractDescribedSObjectBase Package Description org.apache.camel.component.salesforce.api.dto.composite org.apache.camel.component.salesforce.api.utils -
-
Uses of AbstractDescribedSObjectBase in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return types with arguments of type AbstractDescribedSObjectBase Modifier and Type Method Description List<AbstractDescribedSObjectBase>
SObjectCollection. getRecords()
Methods in org.apache.camel.component.salesforce.api.dto.composite with parameters of type AbstractDescribedSObjectBase Modifier and Type Method 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..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.Method parameters in org.apache.camel.component.salesforce.api.dto.composite with type arguments of type AbstractDescribedSObjectBase Modifier and Type Method Description void
SObjectCollection. setRecords(List<AbstractDescribedSObjectBase> records)
-
Uses of AbstractDescribedSObjectBase in org.apache.camel.component.salesforce.api.utils
Methods in org.apache.camel.component.salesforce.api.utils with parameters of type AbstractDescribedSObjectBase Modifier and Type Method 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)
-