Uses of Class
com.github.jamesnetherton.zulip.client.api.stream.request.UpdateStreamApiRequest
Packages that use UpdateStreamApiRequest
Package
Description
-
Uses of UpdateStreamApiRequest in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return UpdateStreamApiRequest -
Uses of UpdateStreamApiRequest in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request that return UpdateStreamApiRequestModifier and TypeMethodDescriptionUpdateStreamApiRequest.withCanRemoveSubscribersGroup
(long userGroupID) Sets the updated user group id whose members are allowed to unsubscribe others from the stream.UpdateStreamApiRequest.withDefaultStream
(boolean defaultStream) Sets whether any newly created streams will be added as default streams for new users joining the organization.UpdateStreamApiRequest.withDescription
(String description) Sets the updated stream description.UpdateStreamApiRequest.withHistoryPublicToSubscribers
(boolean historyPublicToSubscribers) Sets whether the stream history is public to new subscribers.UpdateStreamApiRequest.withIsPrivate
(boolean isPrivate) Sets the whether the stream is private.UpdateStreamApiRequest.withMessageRetention
(int messageRetentionDays) Sets the updated number of days that message history should be retained.UpdateStreamApiRequest.withMessageRetention
(RetentionPolicy messageRetentionPolicy) Sets the updated message retention policy of a stream.Sets the updated stream name.UpdateStreamApiRequest.withStreamPostPolicy
(StreamPostPolicy policy) Sets the updated policy for which users can post messages to the stream.UpdateStreamApiRequest.withWebPublic
(boolean webPublic) Sets whether the stream is a web-public stream.