public class SObjectDescription extends SObject
| Constructor and Description |
|---|
SObjectDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<ChildRelationShip> |
getChildRelationships() |
List<SObjectField> |
getFields() |
List<RecordTypeInfo> |
getRecordTypeInfos() |
SObjectDescriptionUrls |
getUrls() |
void |
setChildRelationships(List<ChildRelationShip> childRelationships) |
void |
setFields(List<SObjectField> fields) |
void |
setRecordTypeInfos(List<RecordTypeInfo> recordTypeInfos) |
void |
setUrls(SObjectDescriptionUrls urls) |
getKeyPrefix, getLabel, getLabelPlural, getListviewable, getLookupLayoutable, getName, getSearchLayoutable, isActivateable, isCreateable, isCustom, isCustomSetting, isDeletable, isDeprecatedAndHidden, isFeedEnabled, isLayoutable, isMergeable, isQueryable, isReplicateable, isRetrieveable, isSearchable, isTriggerable, isUndeletable, isUpdateable, setActivateable, setCreateable, setCustom, setCustomSetting, setDeletable, setDeprecatedAndHidden, setFeedEnabled, setKeyPrefix, setLabel, setLabelPlural, setLayoutable, setListviewable, setLookupLayoutable, setMergeable, setName, setQueryable, setReplicateable, setRetrieveable, setSearchable, setSearchLayoutable, setTriggerable, setUndeletable, setUpdateable, setUrlstoStringpublic List<SObjectField> getFields()
public void setFields(List<SObjectField> fields)
public SObjectDescriptionUrls getUrls()
public void setUrls(SObjectDescriptionUrls urls)
public List<ChildRelationShip> getChildRelationships()
public void setChildRelationships(List<ChildRelationShip> childRelationships)
public List<RecordTypeInfo> getRecordTypeInfos()
public void setRecordTypeInfos(List<RecordTypeInfo> recordTypeInfos)
Apache Camel