Uses of Enum
com.github.jamesnetherton.zulip.client.api.stream.RetentionPolicy
Packages that use RetentionPolicy
Package
Description
-
Uses of RetentionPolicy in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return RetentionPolicyModifier and TypeMethodDescriptionstatic RetentionPolicyReturns the enum constant of this type with the specified name.static RetentionPolicy[]RetentionPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RetentionPolicy in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request with parameters of type RetentionPolicyModifier and TypeMethodDescriptionSubscribeStreamsApiRequest.withMessageRetention(RetentionPolicy messageRetentionPolicy) Sets the message retention policy of a stream.UpdateStreamApiRequest.withMessageRetention(RetentionPolicy messageRetentionPolicy) Sets the updated message retention policy of a stream.