class DescribeSObjectResult extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DescribeSObjectResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DescribeSObjectResult()
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 getChildRelationships(): List[ChildRelationship]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFieldSets(): SObjectTypeFieldSets
- def getFields(): SObjectTypeFields
- def getHasSubtypes(): Boolean
- def getIsSubtype(): Boolean
- def getKeyPrefix(): String
- def getLabel(): String
- def getLabelPlural(): String
- def getLocalName(): String
- def getName(): String
- def getRecordTypeInfos(): List[RecordTypeInfo]
- def getRecordTypeInfosByDeveloperName(): Map[String, RecordTypeInfo]
- def getRecordTypeInfosById(): Map[Id, RecordTypeInfo]
- def getRecordTypeInfosByName(): Map[String, RecordTypeInfo]
- def getSObjectType(): SObjectType
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAccessible(): Boolean
- def isCreateable(): Boolean
- def isCustom(): Boolean
- def isCustomSetting(): Boolean
- def isDeletable(): Boolean
- def isDeprecatedAndHidden(): Boolean
- def isFeedEnabled(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMergeable(): Boolean
- def isMruEnabled(): Boolean
- def isQueryable(): Boolean
- def isSearchable(): Boolean
- def isUndeletable(): Boolean
- def isUpdateable(): 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( ... )