Newer Version Available

This content describes an older version of this product. View Latest

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).

In the application, QuickActions are referred to as actions or publisher actions.

Note

DescribeAvailableQuickActionResult Methods

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

getLabel()

The publisher action label.

Signature

public String getLabel()

Return Value

Type: String

getName()

The publisher action name.

Signature

public String getName()

Return Value

Type: String

getType()

The publisher action type.

Signature

public String getType()

Return Value

Type: String