Newer Version Available
ConnectApi.ChatterStreamInput
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| description | String | Description of the stream, up to 1,000 characters. | Optional | 39.0 |
| name | String | Name of the stream, up to 120 characters. | Required when creating a stream Optional when updating a stream |
39.0 |
| subscriptionsToAdd | List<ConnectApi.StreamSubscriptionInput> |
List of up to 25 entities whose feeds
are included in the stream. Adding an entity that is already added results in no operation. Including the same entity in subscriptionsToAdd and subscriptionsToRemove results in no operation. |
Optional | 39.0 |
| subscriptionsToRemove | List<ConnectApi.StreamSubscriptionInput> |
List of entities whose feeds are
removed from the stream. Removing an entity that is already removed results in no operation. Including the same entity in subscriptionsToAdd and subscriptionsToRemove results in no operation. |
Optional when updating a stream Not supported when creating a stream |
39.0 |