NewsStream
NewsStreamEntity
is a wrapper around the
Stream
and the list of Activity
elements for this news stream. NewsStreamEntity
is a field within the News entity.
Fields
Field | Type | Mode † | Description |
---|---|---|---|
activities | Activity[] | read-only | The activities for the new stream entryRetrieves: |
id | String | read-only | Identifier (unique within an object type and Jive instance) of this object. |
resources | Object | read-only | Resource links (and related permissions for the requesting person) relevant to this object. |
stream | Stream | read-only | The activity NewsEntitystream that backs this news streamRetrieves: |
type | String | read-only | The object type of this object. |