Newer Version Available
ConnectApi.FeedEntitySummary
This class is abstract.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| actor | ConnectApi.Actor | Entity that created the feed entity. | 39.0 |
| body | ConnectApi.FeedBody | Information about the feed entity. | 39.0 |
| createdDate | Datetime | ISO8601 date string, for example, 2011-02-25T18:24:31.000Z, when the entity was created. | 39.0 |
| feedElementType | ConnectApi.FeedElementType |
Type of feed entity.
|
39.0 |
| id | String | 18-character ID of the feed entity. | 39.0 |
| isEntityAvailable | Boolean | Specifies whether the entity is available. If false, either the user doesn’t have access to the entity or the entity was deleted. | 39.0 |
| parent | ConnectApi.ActorWithId | Parent of the feed entity. | 39.0 |
| relativeCreatedDate | String | Relative created date, for example, “2h ago.” | 39.0 |
| url | String | URL to the feed entity. | 39.0 |