Apex Reference Guide
Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ConnectApi.PlatformActionGroup
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| category | ConnectApi.PlatformActionGroupCategory | Indicates the priority and relative locations of platform actions. Values
are:
|
33.0 |
| id | String |
The 18-character ID or an opaque string ID of the platform action
group. If the ConnectApi.PlatformAction type is QuickAction and the subtype is Create, this value is null. |
33.0 |
| modifiedDate | Datetime | ISO 8601 date string, for example, 2014-02-25T18:24:31.000Z. | 33.0 |
| platformActions | List<ConnectApi.PlatformAction> |
The platform action instances for this 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 |
| url | String |
The URL for this platform action group. If the ConnectApi.PlatformAction type is QuickAction and the subtype is Create, this value is null. |
33.0 |