c

com.nawforce.platform.Schema

DescribeFieldResult

class DescribeFieldResult extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DescribeFieldResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DescribeFieldResult()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getByteLength(): Integer
  10. def getCalculatedFormula(): String
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getCompoundFieldName(): String
  13. def getController(): SObjectField
  14. def getDefaultValue(): AnyRef
  15. def getDefaultValueFormula(): String
  16. def getDigits(): Integer
  17. def getFilteredLookupInfo(): FilteredLookupInfo
  18. def getInlineHelpText(): String
  19. def getLabel(): String
  20. def getLength(): Integer
  21. def getLocalName(): String
  22. def getMask(): String
  23. def getMaskType(): String
  24. def getName(): String
  25. def getPicklistValues(): List[PicklistEntry]
  26. def getPrecision(): Integer
  27. def getReferenceTargetField(): String
  28. def getReferenceTo(): List[SObjectType]
  29. def getRelationshipName(): String
  30. def getRelationshipOrder(): Integer
  31. def getScale(): Integer
  32. def getSoapType(): SoapType
  33. def getSobjectField(): SObjectField
  34. def getType(): DisplayType
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def isAccessible(): Boolean
  37. def isAggregatable(): Boolean
  38. def isAiPredictionField(): Boolean
  39. def isAutoNumber(): Boolean
  40. def isCalculated(): Boolean
  41. def isCascadeDelete(): Boolean
  42. def isCaseSensitive(): Boolean
  43. def isCreateable(): Boolean
  44. def isCustom(): Boolean
  45. def isDefaultedOnCreate(): Boolean
  46. def isDependentPicklist(): Boolean
  47. def isDeprecatedAndHidden(): Boolean
  48. def isDisplayLocationInDecimal(): Boolean
  49. def isEncrypted(): Boolean
  50. def isExternalId(): Boolean
  51. def isFilterable(): Boolean
  52. def isFormulaTreatNullNumberAsZero(): Boolean
  53. def isGroupable(): Boolean
  54. def isHighScaleNumber(): Boolean
  55. def isHtmlFormatted(): Boolean
  56. def isIdLookup(): Boolean
  57. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  58. def isNameField(): Boolean
  59. def isNamePointing(): Boolean
  60. def isNillable(): Boolean
  61. def isPermissionable(): Boolean
  62. def isQueryByDistance(): Boolean
  63. def isRestrictedDelete(): Boolean
  64. def isRestrictedPicklist(): Boolean
  65. def isSearchPrefilterable(): Boolean
  66. def isSortable(): Boolean
  67. def isUnique(): Boolean
  68. def isUpdateable(): Boolean
  69. def isWriteRequiresMasterRead(): Boolean
  70. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  74. def toString(): String
    Definition Classes
    AnyRef → Any
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped