Newer Version Available
ConnectApi.FeedElementPage Class
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| currentPageToken | String | Token identifying the current page. | 31.0 |
| currentPageUrl | String | Chatter REST API URL identifying the current page. | 31.0 |
| elements | List<ConnectApi.FeedElement Class> | Collection of feed elements. | 31.0 |
| isModifiedToken | String | An opaque polling token to use in the since parameter of the ChatterFeeds.isModified method. The token describes when the feed was last modified. | 31.0 |
| isModifiedUrl | String | A Chatter REST API URL with a since request parameter that contains an opaque token that describes when the feed was last modified. Returns null if the feed isn’t a news feed. Use this URL to poll a news feed for updates. | 31.0 |
| nextPageToken | String | Token identifying the next page or null if there is no next page. | 31.0 |
| nextPageUrl | String | Chatter REST API URL identifying the next page or null if there isn’t a next page. Check whether this value is null before getting another page. If a page doesn’t exist, a ConnectApi.NotFoundException error is returned. | 31.0 |
| updatesToken | String | A token to use in a request to the ConnectApi.ChatterFeeds.getFeedElementsUpdatedSince method. | 31.0 |
| updatesUrl | String | A Chatter REST API feed resource containing the feed elements that have been updated since the feed was refreshed. If the feed doesn’t support this feature, the value is null. | 31.0 |