Uses of Enum
com.github.jamesnetherton.zulip.client.api.stream.StreamPostPolicy
Packages that use StreamPostPolicy
Package
Description
-
Uses of StreamPostPolicy in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return StreamPostPolicyModifier and TypeMethodDescriptionstatic StreamPostPolicyStreamPostPolicy.fromInt(int policy) Stream.getStreamPostPolicy()Deprecated.static StreamPostPolicyReturns the enum constant of this type with the specified name.static StreamPostPolicy[]StreamPostPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StreamPostPolicy in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request with parameters of type StreamPostPolicyModifier and TypeMethodDescriptionSubscribeStreamsApiRequest.withStreamPostPolicy(StreamPostPolicy policy) Sets the policy for which users can post messages to the stream.