ConnectApi.​FeedItem​Page Class

Important

Important

This class isn’t available in version 32.0 and later. In version 32.0 and later, ConnectApi.​FeedElement​Page Class is used.

A paged collection of ConnectApi.FeedItem objects.

Name Type Description Available Version
currentPageToken String Token identifying the current page. 28.0–31.0
currentPageUrl String Chatter REST API URL identifying the current page. 28.0–31.0
isModifiedToken String Reserved for future use. 28.0–31.0
isModifiedUrl String Reserved for future use. 28.0–31.0
items List<ConnectApi.FeedItem> List of feed items 28.0–31.0
nextPageToken String Token identifying the next page or null if there isn’t a next page. 28.0–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. 28.0–31.0
updatesToken String Token to use in an updatedSince parameter, or null if not available. 30.0–31.0
updatesUrl String A Chatter REST API resource with a query string containing the value of the updatesToken property. The resource returns the feed items that have been updated since the last request. Use the URL as it is—do not modify it. Property is null if not available. 30.0–31.0
Previous
Next