Newer Version Available
ConnectApi.FeedItemSummary
Subclass of ConnectApi.FeedEntitySummary.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| capabilities | ConnectApi.FeedElementCapabilities | Container for all capabilities that can be included with a feed item. | 39.0 |
| header | ConnectApi.MessageBody | Title of the post. This property contains renderable plain text for all the message segments. If a client doesn’t know how to render a feed element type, it should render this text. | 39.0 |
| modifiedDate | Datetime | When the feed item was modified in the form of an ISO8601 date string, for example, 2011-02-25T18:24:31.000Z. | 39.0 |
| originalFeedItem | ConnectApi.Reference | Reference to the original feed item if this feed item is a shared feed item; otherwise, null. | 39.0 |
| originalFeedItemActor | ConnectApi.Actor | If this feed item is a shared feed item, information about the original poster of the feed item; otherwise, null. | 39.0 |
| photoUrl | String | URL of the photo associated with the feed item. | 39.0 |
| visibility | ConnectApi.FeedItemVisibility |
Specifies who can see a feed item.
|
39.0 |