|
||||||||||
| 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 | |
|---|---|
java.util.Set<DescribeLayout.Field> |
getAllFields()
All fields for the sobject. |
java.util.Map<java.lang.String,java.lang.String> |
getChildEntities()
|
java.lang.String |
getKeyPrefix()
|
java.lang.String |
getLabel()
|
java.lang.String |
getLabelPlural()
|
java.lang.String |
getName()
|
java.util.Set<DescribeLayout.Field> |
getOptionalFieldsForCreateUpdate()
Optional fields. |
java.util.Set<DescribeLayout.Field> |
getParentEntitiesForCreateUpdate()
Parent entity references. |
java.util.Set<DescribeLayout.Field> |
getRequiredFieldsForCreateUpdate()
Required fields. |
java.util.Map<java.lang.String,java.lang.String> |
getUrls()
|
java.lang.Boolean |
isActivateable()
|
java.lang.Boolean |
isCreateable()
|
java.lang.Boolean |
isCustom()
|
java.lang.Boolean |
isCustomSetting()
|
java.lang.Boolean |
isDeletable()
|
java.lang.Boolean |
isDeprecatedAndHidden()
|
java.lang.Boolean |
isFeedEnabled()
|
java.lang.Boolean |
isLayoutable()
|
java.lang.Boolean |
isMergeable()
|
java.lang.Boolean |
isQueryable()
|
java.lang.Boolean |
isReplicateable()
|
java.lang.Boolean |
isRetrieveable()
|
java.lang.Boolean |
isSearchable()
|
java.lang.Boolean |
isTriggerable()
|
java.lang.Boolean |
isUndeletable()
|
java.lang.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 java.util.Set<DescribeLayout.Field> getAllFields()
public java.util.Map<java.lang.String,java.lang.String> getChildEntities()
public java.util.Set<DescribeLayout.Field> getRequiredFieldsForCreateUpdate()
public java.util.Set<DescribeLayout.Field> getOptionalFieldsForCreateUpdate()
public java.util.Set<DescribeLayout.Field> getParentEntitiesForCreateUpdate()
public java.lang.String getName()
public java.lang.String getLabel()
public java.lang.Boolean isCustom()
public java.lang.String getKeyPrefix()
public java.lang.String getLabelPlural()
public java.lang.Boolean isLayoutable()
public java.lang.Boolean isActivateable()
public java.lang.Boolean isUpdateable()
public java.util.Map<java.lang.String,java.lang.String> getUrls()
public java.lang.Boolean isCreateable()
public java.lang.Boolean isDeletable()
public java.lang.Boolean isFeedEnabled()
public java.lang.Boolean isQueryable()
public java.lang.Boolean isReplicateable()
public java.lang.Boolean isRetrieveable()
public java.lang.Boolean isUndeletable()
public java.lang.Boolean isTriggerable()
public java.lang.Boolean isMergeable()
public java.lang.Boolean isDeprecatedAndHidden()
public java.lang.Boolean isCustomSetting()
public java.lang.Boolean isSearchable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||