com.sforce.rest
Class DescribeLayout.Field

java.lang.Object
  extended by 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

Constructor Summary
DescribeLayout.Field()
           
 
Method Summary
 String getDefaultValue()
           
 String getLabel()
           
 Integer getLength()
           
 String getName()
           
 List<String> getReferenceToEntity()
           
 String getRelationshipName()
           
 String getType()
           
 Boolean isAutoNumber()
           
 Boolean isCalculated()
           
 Boolean isCaseSensitive()
           
 Boolean isCreateable()
           
 Boolean isCustom()
           
 Boolean isDefaultedOnCreate()
           
 Boolean isDependentPicklist()
           
 Boolean isDeprecatedAndHidden()
           
 Boolean isExternalId()
           
 Boolean isFilterable()
           
 Boolean isGroupable()
           
 Boolean isHtmlFormatted()
           
 Boolean isIdLookup()
           
 Boolean isInlineHelpText()
           
 Boolean isNameField()
           
 Boolean isNamePointing()
           
 Boolean isNillable()
           
 Boolean isRestrictedPicklist()
           
 Boolean isSortable()
           
 Boolean isUnique()
           
 Boolean isUpdateable()
           
 Boolean isWriteRequiresMasterRead()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLayout.Field

public DescribeLayout.Field()
Method Detail

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.