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 stream.UpdateStreamApiRequest.withCanDeleteAnyMessageGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to delete any message in the stream.UpdateStreamApiRequest.withCanDeleteOwnMessageGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to delete they have sent to the stream.UpdateStreamApiRequest.withCanMoveMessagesOutOfChannelGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to move messages out of this stream.UpdateStreamApiRequest.withCanMoveMessagesWithinChannelGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to move messages within this stream.UpdateStreamApiRequest.withCanRemoveSubscribersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to unsubscribe others from this stream.UpdateStreamApiRequest.withCanResolveTopicsGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to resolve topics in this stream.UpdateStreamApiRequest.withCanSendMessageGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to post in this stream.UpdateStreamApiRequest.withCanSubscribeGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to subscribe themselves to this 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.withFolderId
(int folderId) Sets the folder this stream belongs to.UpdateStreamApiRequest.withHistoryPublicToSubscribers
(boolean historyPublicToSubscribers) Sets whether the stream history is public to new subscribers.UpdateStreamApiRequest.withIsArchived
(boolean isArchived) Sets whether the stream is archived.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.withTopicPolicy
(TopicPolicy topicPolicy) Sets whether named topics and the empty topic are enabled in this channel.UpdateStreamApiRequest.withWebPublic
(boolean webPublic) Sets whether the stream is a web-public stream.