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 SObjectNodeSObjectNode. 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..SObjectBatchSObjectBatch. addCreate(AbstractDescribedSObjectBase data)Add create SObject to the batch request.SObjectCompositeSObjectComposite. 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 voidSObjectCollection. 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 StringQueryHelper. queryToFetchAllFieldsOf(AbstractDescribedSObjectBase object)static StringQueryHelper. queryToFetchFilteredFieldsOf(AbstractDescribedSObjectBase object, Predicate<SObjectField> filter)
-