Uses of Enum
com.github.jamesnetherton.zulip.client.api.server.MarkReadOnScrollPolicy
Packages that use MarkReadOnScrollPolicy
Package
Description
-
Uses of MarkReadOnScrollPolicy in com.github.jamesnetherton.zulip.client.api.server
Methods in com.github.jamesnetherton.zulip.client.api.server that return MarkReadOnScrollPolicyModifier and TypeMethodDescriptionstatic MarkReadOnScrollPolicyMarkReadOnScrollPolicy.fromInt(int readOnScrollPolicy) static MarkReadOnScrollPolicyReturns the enum constant of this type with the specified name.static MarkReadOnScrollPolicy[]MarkReadOnScrollPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MarkReadOnScrollPolicy in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type MarkReadOnScrollPolicyModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withWebMarkReadOnScrollPolicy(MarkReadOnScrollPolicy policy) Sets whether or not to mark messages as read when the user scrolls through their feed. -
Uses of MarkReadOnScrollPolicy in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type MarkReadOnScrollPolicyModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withWebMarkReadOnScrollPolicy(MarkReadOnScrollPolicy policy) Sets whether to mark messages as read when the user scrolls through their feed.