Uses of Class
org.apache.camel.component.salesforce.api.dto.AbstractDescribedSObjectBase
Packages that use AbstractDescribedSObjectBase
Package
Description
-
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 AbstractDescribedSObjectBaseMethods in org.apache.camel.component.salesforce.api.dto.composite with parameters of type AbstractDescribedSObjectBaseModifier and TypeMethodDescriptionSObjectNode.addChild(AbstractDescribedSObjectBase child) Add a described child with the metadata needed already present within it to the this node.voidSObjectNode.addChildren(AbstractDescribedSObjectBase first, AbstractDescribedSObjectBase... others) Add multiple described children with the metadata needed already present within them to the this node..SObjectBatch.addCreate(AbstractDescribedSObjectBase data) Add create SObject to the batch request.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 AbstractDescribedSObjectBaseModifier and TypeMethodDescriptionvoidSObjectCollection.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 AbstractDescribedSObjectBaseModifier and TypeMethodDescriptionstatic String[]QueryHelper.fieldNamesOf(AbstractDescribedSObjectBase object) static String[]QueryHelper.filteredFieldNamesOf(AbstractDescribedSObjectBase object, Predicate<SObjectField> filter) static StringQueryHelper.queryToFetchAllFieldsOf(AbstractDescribedSObjectBase object) static StringQueryHelper.queryToFetchFilteredFieldsOf(AbstractDescribedSObjectBase object, Predicate<SObjectField> filter)