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.withCanAddSubscribersGroup(UserGroupSetting userGroupSetting) Sets the users who have permission to add others to this stream.UpdateStreamApiRequest.withCanAdministerChannelGroup(UserGroupSetting userGroupSetting) Set the users who have permission to administer this streamUpdateStreamApiRequest.withCanRemoveSubscribersGroup(UserGroupSetting userGroupSetting) Sets the users who have permission to unsubscribe others from this stream.UpdateStreamApiRequest.withCanSendMessageGroup(UserGroupSetting userGroupSetting) Set the users who have permission to post in this streamUpdateStreamApiRequest.withCanSubscribeGroup(UserGroupSetting userGroupSetting) Sets the users who have permission to subscribe themselves to this streamUpdateStreamApiRequest.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 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.withWebPublic(boolean webPublic) Sets whether the stream is a web-public stream.