DescribeAvailableQuickActionResult Class

Contains describe metadata information for a quick action that is available for a specified parent.

Namespace

QuickAction

Usage

The QuickAction describeAvailableQuickActions method returns an array of available quick action describe result objects (QuickAction.DescribeAvailableQuickActionResult).

DescribeAvailableQuickActionResult Methods

The following are methods for DescribeAvailableQuickActionResult. All are instance methods.

getActionEnumOrId()

Returns the unique ID for the action. If the action doesn’t have an ID, its API name is used.

Signature

public String getActionEnumOrId()

Return Value

Type: String

getLabel()

The quick action label.

Signature

public String getLabel()

Return Value

Type: String

getName()

The quick action name.

Signature

public String getName()

Return Value

Type: String

getType()

The quick action type.

Signature

public String getType()

Return Value

Type: String