This class is abstract.
Property Name | Type | Description | Available Version |
---|---|---|---|
body | ConnectApi.FeedBody | Information about the feed element. | 22.0 |
capabilities | ConnectApi.FeedElementCapabilities Class | A container for all capabilities that can be included with a feed element. | 31.0 |
createdDate | Datetime | An ISO 8601 format date string, for example, 2011-02-25T18:24:31.000Z. | 31.0 |
feedElementType | ConnectApi.FeedElementType |
Feed elements are the top-level objects that
a feed contains. The feed element type describes the characteristics of that
feed element.
One of these values:
|
31.0 |
header | ConnectApi.MessageBody | The header is the title of the post. This property contains renderable plain text for all the segments of the message. If a client doesn’t know how to render a feed element type, it should render this text. | 31.0 |
id | String | 18-character ID of the feed element. | 22.0 |
modifiedDate | Datetime | An ISO 8601 format date string, for example, 2011-02-25T18:24:31.000Z. | 31.0 |
parent | ConnectApi.ActorWithId | Feed element’s parent | 28.0 |
relativeCreatedDate | Datetime | The created date formatted as a relative, localized string, for example, “17m ago” or “Yesterday.” | 31.0 |
url | String | Chatter REST API URL to this feed element. | 22.0 |