Newer Version Available
ConnectApi.ActionLinkGroupDefinition Class
The definition of an action link group. Information in the action link group definition can
be sensitive to a third party (for example, OAuth bearer token headers). For this
reason, only calls made from the Apex namespace that created the action link group
definition can read, modify, or delete the definition. In addition, the user making
the call must have created the definition or have View All Data permission.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| actionLinks | List<ConnectApi.ActionLinkDefinition> | A collection of action link definitions that make up the action link group. Within an action link group, action links are displayed in the order listed in the actionLinks property of the ConnectApi.ActionLinkGroupDefinitionInput class. Within a feed item, action link groups are displayed in the order specified in the actionLinkGroupIds property of the ConnectApi.AssociatedActionsCapabilityInput class. | 33.0 |
| category | ConnectApi.PlatformActionGroupCategory | Indicates the priority and location of the action links. Values are:
|
33.0 |
| createdDate | Datetime | ISO 8601 date string, for example, 2011-02-25T18:24:31.000Z. | 33.0 |
| executionsAllowed | ConnectApi.ActionLinkExecutionsAllowed | Defines the number of times an action link can be executed. Values are:
|
33.0 |
| expirationDate | Datetime | ISO 8601 date string, for example, 2011-02-25T18:24:31.000Z, that represents the date and time this action group expires and can no longer be executed. If the value is null, there isn’t an expiration date. | 33.0 |
| id | String | 18-character ID of the action link group definition. | 33.0 |
| modifiedDate | Datetime | ISO 8601 date string, for example, 2011-02-25T18:24:31.000Z. | 33.0 |
| templateId | String | The ID of the action link group template from which to instantiate this action link group, or null if this group isn’t associated with a template. | 33.0 |
| url | String | The URL for this action link group definition. | 33.0 |