Uses of Class
org.apache.camel.component.salesforce.api.dto.SObjectField
Packages that use SObjectField
Package
Description
-
Uses of SObjectField in org.apache.camel.component.salesforce.api.dto
Methods in org.apache.camel.component.salesforce.api.dto that return SObjectFieldModifier and TypeMethodDescriptionprotected static SObjectFieldAbstractDescribedSObjectBase.createField(String name, String label, String type, String soapType, int length, boolean unique, boolean nillable, boolean nameField, boolean externalId, boolean custom, boolean caseSensitive, boolean idLookup) Methods in org.apache.camel.component.salesforce.api.dto that return types with arguments of type SObjectFieldMethod parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type SObjectField -
Uses of SObjectField in org.apache.camel.component.salesforce.api.utils
Method parameters in org.apache.camel.component.salesforce.api.utils with type arguments of type SObjectFieldModifier and TypeMethodDescriptionstatic String[]QueryHelper.filteredFieldNamesOf(AbstractDescribedSObjectBase object, Predicate<SObjectField> filter) static StringQueryHelper.queryToFetchFilteredFieldsOf(AbstractDescribedSObjectBase object, Predicate<SObjectField> filter)