|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.rest.DescribeLayout
public class DescribeLayout
This class represents a JSON response from /services/data/v{version}/sobjects/{sobjectName}/describe It has all of the fields for a particular sobject, and metadata about those fields.
| Nested Class Summary | |
|---|---|
static class |
DescribeLayout.ChildEntity
Child Relationships. |
static class |
DescribeLayout.Field
This class represents part of a JSON response from /services/data/v{version}/sobjects/{sobjectName}/describe |
| Constructor Summary | |
|---|---|
DescribeLayout()
|
|
| Method Summary | |
|---|---|
Set<DescribeLayout.Field> |
getAllFields()
All fields for the sobject. |
Map<String,String> |
getChildEntities()
|
String |
getKeyPrefix()
|
String |
getLabel()
|
String |
getLabelPlural()
|
String |
getName()
|
Set<DescribeLayout.Field> |
getOptionalFieldsForCreateUpdate()
Optional fields. |
Set<DescribeLayout.Field> |
getParentEntitiesForCreateUpdate()
Parent entity references. |
Set<DescribeLayout.Field> |
getRequiredFieldsForCreateUpdate()
Required fields. |
Map<String,String> |
getUrls()
|
Boolean |
isActivateable()
|
Boolean |
isCreateable()
|
Boolean |
isCustom()
|
Boolean |
isCustomSetting()
|
Boolean |
isDeletable()
|
Boolean |
isDeprecatedAndHidden()
|
Boolean |
isFeedEnabled()
|
Boolean |
isLayoutable()
|
Boolean |
isMergeable()
|
Boolean |
isQueryable()
|
Boolean |
isReplicateable()
|
Boolean |
isRetrieveable()
|
Boolean |
isSearchable()
|
Boolean |
isTriggerable()
|
Boolean |
isUndeletable()
|
Boolean |
isUpdateable()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLayout()
| Method Detail |
|---|
public Set<DescribeLayout.Field> getAllFields()
public Map<String,String> getChildEntities()
public Set<DescribeLayout.Field> getRequiredFieldsForCreateUpdate()
public Set<DescribeLayout.Field> getOptionalFieldsForCreateUpdate()
public Set<DescribeLayout.Field> getParentEntitiesForCreateUpdate()
public String getName()
public String getLabel()
public Boolean isCustom()
public String getKeyPrefix()
public String getLabelPlural()
public Boolean isLayoutable()
public Boolean isActivateable()
public Boolean isUpdateable()
public Map<String,String> getUrls()
public Boolean isCreateable()
public Boolean isDeletable()
public Boolean isFeedEnabled()
public Boolean isQueryable()
public Boolean isReplicateable()
public Boolean isRetrieveable()
public Boolean isUndeletable()
public Boolean isTriggerable()
public Boolean isMergeable()
public Boolean isDeprecatedAndHidden()
public Boolean isCustomSetting()
public Boolean isSearchable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||