| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto | |
| org.apache.camel.component.salesforce.api.utils |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
List<SObjectField> |
SObjectDescription.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
SObjectDescription.setFields(List<SObjectField> fields) |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
QueryHelper.filteredFieldNamesOf(AbstractDescribedSObjectBase object,
Predicate<SObjectField> filter) |
static String |
QueryHelper.queryToFetchFilteredFieldsOf(AbstractDescribedSObjectBase object,
Predicate<SObjectField> filter) |
Apache Camel