ConnectApi.​FeedElement​Page Class

A paged collection of ConnectApi.FeedElement objects.
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 Reserved for future use. 31.0
isModifiedUrl String Reserved for future use. 31.0
nextPageToken String Token identifying the next page or null if there isn’t a 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
Previous
Next