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