class DescribeFieldResult extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DescribeFieldResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DescribeFieldResult()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getByteLength(): Integer
- def getCalculatedFormula(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCompoundFieldName(): String
- def getController(): SObjectField
- def getDefaultValue(): AnyRef
- def getDefaultValueFormula(): String
- def getDigits(): Integer
- def getFilteredLookupInfo(): FilteredLookupInfo
- def getInlineHelpText(): String
- def getLabel(): String
- def getLength(): Integer
- def getLocalName(): String
- def getMask(): String
- def getMaskType(): String
- def getName(): String
- def getPicklistValues(): List[PicklistEntry]
- def getPrecision(): Integer
- def getReferenceTargetField(): String
- def getReferenceTo(): List[SObjectType]
- def getRelationshipName(): String
- def getRelationshipOrder(): Integer
- def getScale(): Integer
- def getSoapType(): SoapType
- def getSobjectField(): SObjectField
- def getType(): DisplayType
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAccessible(): Boolean
- def isAggregatable(): Boolean
- def isAiPredictionField(): Boolean
- def isAutoNumber(): Boolean
- def isCalculated(): Boolean
- def isCascadeDelete(): Boolean
- def isCaseSensitive(): Boolean
- def isCreateable(): Boolean
- def isCustom(): Boolean
- def isDefaultedOnCreate(): Boolean
- def isDependentPicklist(): Boolean
- def isDeprecatedAndHidden(): Boolean
- def isDisplayLocationInDecimal(): Boolean
- def isEncrypted(): Boolean
- def isExternalId(): Boolean
- def isFilterable(): Boolean
- def isFormulaTreatNullNumberAsZero(): Boolean
- def isGroupable(): Boolean
- def isHighScaleNumber(): Boolean
- def isHtmlFormatted(): Boolean
- def isIdLookup(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNameField(): Boolean
- def isNamePointing(): Boolean
- def isNillable(): Boolean
- def isPermissionable(): Boolean
- def isQueryByDistance(): Boolean
- def isRestrictedDelete(): Boolean
- def isRestrictedPicklist(): Boolean
- def isSearchPrefilterable(): Boolean
- def isSortable(): Boolean
- def isUnique(): Boolean
- def isUpdateable(): Boolean
- def isWriteRequiresMasterRead(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )