com.sforce.rest
Class DescribeLayout.Field
java.lang.Object
com.sforce.rest.DescribeLayout.Field
- Enclosing class:
- DescribeLayout
public static class DescribeLayout.Field
- extends Object
This class represents part of a JSON response from /services/data/v{version}/sobjects/{sobjectName}/describe
- Since:
- 170
- Author:
- gwester
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeLayout.Field
public DescribeLayout.Field()
getLength
public Integer getLength()
getName
public String getName()
getType
public String getType()
getDefaultValue
public String getDefaultValue()
getLabel
public String getLabel()
isUpdateable
public Boolean isUpdateable()
isCalculated
public Boolean isCalculated()
isUnique
public Boolean isUnique()
isNillable
public Boolean isNillable()
isCaseSensitive
public Boolean isCaseSensitive()
isInlineHelpText
public Boolean isInlineHelpText()
isNameField
public Boolean isNameField()
isExternalId
public Boolean isExternalId()
isIdLookup
public Boolean isIdLookup()
isFilterable
public Boolean isFilterable()
isCreateable
public Boolean isCreateable()
isDeprecatedAndHidden
public Boolean isDeprecatedAndHidden()
isAutoNumber
public Boolean isAutoNumber()
isDefaultedOnCreate
public Boolean isDefaultedOnCreate()
isGroupable
public Boolean isGroupable()
getRelationshipName
public String getRelationshipName()
getReferenceToEntity
public List<String> getReferenceToEntity()
isRestrictedPicklist
public Boolean isRestrictedPicklist()
isNamePointing
public Boolean isNamePointing()
isCustom
public Boolean isCustom()
isHtmlFormatted
public Boolean isHtmlFormatted()
isDependentPicklist
public Boolean isDependentPicklist()
isWriteRequiresMasterRead
public Boolean isWriteRequiresMasterRead()
isSortable
public Boolean isSortable()
Copyright © 2012. All Rights Reserved.