Uses of Class
org.apache.camel.component.salesforce.api.dto.SObjectField
-
Packages that use SObjectField Package Description org.apache.camel.component.salesforce.api.dto org.apache.camel.component.salesforce.api.utils -
-
Uses of SObjectField in org.apache.camel.component.salesforce.api.dto
Methods in org.apache.camel.component.salesforce.api.dto that return SObjectField Modifier and Type Method Description protected static SObjectField
AbstractDescribedSObjectBase. 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 SObjectField Modifier and Type Method Description List<SObjectField>
SObjectDescription. getFields()
Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type SObjectField Modifier and Type Method Description void
SObjectDescription. setFields(List<SObjectField> fields)
-
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 SObjectField Modifier and Type Method Description static String[]
QueryHelper. filteredFieldNamesOf(AbstractDescribedSObjectBase object, Predicate<SObjectField> filter)
static String
QueryHelper. queryToFetchFilteredFieldsOf(AbstractDescribedSObjectBase object, Predicate<SObjectField> filter)
-