Newer Version Available

This content describes an older version of this product. View Latest

ConnectApi.​FeedItem​Page Class

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

Important

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 An opaque polling token to use in the since parameter of the ChatterFeeds.isModified method. The token describes when the feed was last modified. 28.0–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. 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. 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