Uses of Enum
com.github.jamesnetherton.zulip.client.api.stream.TopicVisibilityPolicy
Packages that use TopicVisibilityPolicy
Package
Description
-
Uses of TopicVisibilityPolicy in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return TopicVisibilityPolicyModifier and TypeMethodDescriptionstatic TopicVisibilityPolicy
TopicVisibilityPolicy.fromInt
(int visibilityPolicy) static TopicVisibilityPolicy
Returns the enum constant of this type with the specified name.static TopicVisibilityPolicy[]
TopicVisibilityPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.jamesnetherton.zulip.client.api.stream with parameters of type TopicVisibilityPolicyModifier and TypeMethodDescriptionStreamService.updateUserTopicPreferences
(long streamId, String topic, TopicVisibilityPolicy topicVisibilityPolicy) Updates personal preferences for a topic. -
Uses of TopicVisibilityPolicy in com.github.jamesnetherton.zulip.client.api.stream.request
Constructors in com.github.jamesnetherton.zulip.client.api.stream.request with parameters of type TopicVisibilityPolicyModifierConstructorDescriptionUpdateUserTopicPreferencesApiRequest
(ZulipHttpClient client, long streamId, String topic, TopicVisibilityPolicy topicVisibilityPolicy) Constructs aUpdateUserTopicPreferencesApiRequest
.