Uses of Enum
com.github.jamesnetherton.zulip.client.api.user.DemoteInactiveStreamOption
Packages that use DemoteInactiveStreamOption
Package
Description
-
Uses of DemoteInactiveStreamOption in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type DemoteInactiveStreamOptionModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withDemoteInactiveStreams
(DemoteInactiveStreamOption demoteInactiveStreamOption) Sets whether to demote inactive streams. -
Uses of DemoteInactiveStreamOption in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return DemoteInactiveStreamOptionModifier and TypeMethodDescriptionstatic DemoteInactiveStreamOption
Returns the enum constant of this type with the specified name.static DemoteInactiveStreamOption[]
DemoteInactiveStreamOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DemoteInactiveStreamOption in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type DemoteInactiveStreamOptionModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withDemoteInactiveStreams
(DemoteInactiveStreamOption demoteInactiveStreamOption) Sets whether to demote inactive streams.