Uses of Enum
com.github.jamesnetherton.zulip.client.api.message.TopicPolicy
Packages that use TopicPolicy
Package
Description
-
Uses of TopicPolicy in com.github.jamesnetherton.zulip.client.api.channel.request
Methods in com.github.jamesnetherton.zulip.client.api.channel.request with parameters of type TopicPolicyModifier and TypeMethodDescriptionCreateChannelApiRequest.withTopicPolicy
(TopicPolicy topicPolicy) Sets whether named topics and the empty topic are enabled in this channel. -
Uses of TopicPolicy in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return TopicPolicyModifier and TypeMethodDescriptionstatic TopicPolicy
TopicPolicy.fromString
(String policy) static TopicPolicy
Returns the enum constant of this type with the specified name.static TopicPolicy[]
TopicPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TopicPolicy in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return TopicPolicy -
Uses of TopicPolicy in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request with parameters of type TopicPolicyModifier and TypeMethodDescriptionSubscribeStreamsApiRequest.withTopicPolicy
(TopicPolicy topicPolicy) Sets whether named topics and the empty topic are enabled in this channel.UpdateStreamApiRequest.withTopicPolicy
(TopicPolicy topicPolicy) Sets whether named topics and the empty topic are enabled in this channel.