Uses of Enum
com.github.jamesnetherton.zulip.client.api.server.UnmuteTopicInMutedStreamsPolicy
Packages that use UnmuteTopicInMutedStreamsPolicy
Package
Description
-
Uses of UnmuteTopicInMutedStreamsPolicy in com.github.jamesnetherton.zulip.client.api.server
Methods in com.github.jamesnetherton.zulip.client.api.server that return UnmuteTopicInMutedStreamsPolicyModifier and TypeMethodDescriptionUnmuteTopicInMutedStreamsPolicy.fromInt
(int id) Returns the enum constant of this type with the specified name.static UnmuteTopicInMutedStreamsPolicy[]
UnmuteTopicInMutedStreamsPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UnmuteTopicInMutedStreamsPolicy in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type UnmuteTopicInMutedStreamsPolicyModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withAutomaticallyUnmuteTopicsInMutedStreamsPolicy
(UnmuteTopicInMutedStreamsPolicy policy) Sets the topics to unmute automatically in muted streams.