Uses of Enum
com.github.jamesnetherton.zulip.client.api.message.PropagateMode
Packages that use PropagateMode
Package
Description
-
Uses of PropagateMode in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return PropagateModeModifier and TypeMethodDescriptionstatic PropagateMode
Returns the enum constant of this type with the specified name.static PropagateMode[]
PropagateMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropagateMode in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type PropagateModeModifier and TypeMethodDescriptionEditMessageApiRequest.withPropagateMode
(PropagateMode mode) Sets the optional propagation mode.