Uses of Class
com.github.jamesnetherton.zulip.client.api.stream.request.MuteTopicApiRequest
Packages that use MuteTopicApiRequest
Package
Description
-
Uses of MuteTopicApiRequest in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return MuteTopicApiRequestModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Use updateUserTopicPreferences insteadStreamService.unmuteTopic
(String topic) Deprecated, for removal: This API element is subject to removal in a future version.Use updateUserTopicPreferences instead -
Uses of MuteTopicApiRequest in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request that return MuteTopicApiRequestModifier and TypeMethodDescriptionMuteTopicApiRequest.withStream
(String stream) Sets the name of the stream where the topic resides.MuteTopicApiRequest.withStreamId
(long streamId) Sets the id of the stream where the topic resides.