class DescribeQuickActionResult extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DescribeQuickActionResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DescribeQuickActionResult()
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 getAccessLevelRequired(): String
- def getActionEnumOrId(): String
- def getCanvasApplicationId(): String
- def getCanvasApplicationName(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getColors(): List[DescribeColorResult]
- def getContextSobjectType(): String
- def getDefaultValues(): List[DescribeQuickActionDefaultValue]
- def getFlowDevName(): String
- def getFlowRecordIdVar(): String
- def getHeight(): Integer
- def getIconName(): String
- def getIconUrl(): String
- def getIcons(): List[DescribeIconResult]
- def getLabel(): String
- def getLayout(): DescribeLayoutSection
- def getLightningComponentBundleId(): String
- def getLightningComponentBundleName(): String
- def getLightningComponentQualifiedName(): String
- def getMiniIconUrl(): String
- def getName(): String
- def getShowQuickActionLcHeader(): Boolean
- def getShowQuickActionVfHeader(): Boolean
- def getTargetParentField(): String
- def getTargetRecordTypeId(): String
- def getTargetSobjectType(): String
- def getType(): String
- def getVisualforcePageName(): String
- def getVisualforcePageUrl(): String
- def getWidth(): Integer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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( ... )