Uses of Enum
com.github.jamesnetherton.zulip.client.api.message.Anchor
Packages that use Anchor
Package
Description
-
Uses of Anchor in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return AnchorModifier and TypeMethodDescriptionstatic AnchorReturns the enum constant of this type with the specified name.static Anchor[]Anchor.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.message with parameters of type AnchorModifier and TypeMethodDescriptionMessageService.getMessages(int numBefore, int numAfter, Anchor anchor) Fetch message history from a Zulip server using the specified before message id, after message id and anchor value.MessageService.updateMessageFlagsForNarrow(Anchor anchor, int numBefore, int numAfter, Operation operation, MessageFlag flag, Narrow... narrows) Add or remove personal message flags with a narrow -
Uses of Anchor in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type AnchorModifier and TypeMethodDescriptionGetMessagesApiRequest.withAnchor(Anchor anchor) Sets the optionalAnchorto filter and restrict messages.Constructors in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type AnchorModifierConstructorDescriptionUpdateMessageFlagsForNarrowApiRequest(ZulipHttpClient client, Anchor anchor, int numBefore, int numAfter, Operation operation, MessageFlag flag, Narrow... narrows) Constructs aUpdateMessageFlagsForNarrowApiRequest.