| currentPageUrl |
String |
Chatter REST API URL identifying
the current page. |
Medium, 31.0 |
31.0 |
| elements |
|
Collection of feed elements. A feed element can be any of these:
|
Small, 31.0 |
31.0 |
| isModifiedToken |
String |
An opaque polling token that describes when a news feed was
last modified. Use this as the value in the since request
parameter of the /chatter/feeds/news/me/feed-elements/is-modified
resource.This feature is available through a Feed Polling pilot program.
This pilot program is closed and not accepting new participants.
|
Medium, 31.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.This feature is available through a Feed Polling pilot program.
This pilot program is closed and not accepting new participants.
|
Medium, 31.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. |
Small, 31.0 |
31.0 |
| updatesToken |
String |
Token to use in an updatedSince parameter, or null if not available. An opaque polling token that describes when a
news feed was last modified. Use this token as the value in the
updatedSince request parameter of the /chatter/feeds/news/me/feed-elements
resource. |
Big, 31.0 |
31.0 |
| updatesUrl |
String |
A resource with the feed elements updated since the feed was refreshed. Value is null if the feed doesn’t support updates
polling. |
Big, 31.0 |
31.0 |