Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.GetMessagesApiRequest
Packages that use GetMessagesApiRequest
Package
Description
-
Uses of GetMessagesApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return GetMessagesApiRequestModifier and TypeMethodDescriptionMessageService.getMessages
(int numBefore, int numAfter, long anchor) Fetch message history from a Zulip server using the specified before message id, after message id and anchor message ID.MessageService.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. -
Uses of GetMessagesApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return GetMessagesApiRequestModifier and TypeMethodDescriptionGetMessagesApiRequest.withAnchor
(long messageId) Sets the optional message id anchor to filter and restrict messages.GetMessagesApiRequest.withAnchor
(Anchor anchor) Sets the optionalAnchor
to filter and restrict messages.GetMessagesApiRequest.withGravatar
(boolean clientGravatar) Sets the optional choice of whether to return the users gravatar URL int the response.GetMessagesApiRequest.withIncludeAnchor
(boolean includeAnchor) Whether a message with the specified ID matching the narrow should be included.GetMessagesApiRequest.withMarkdown
(boolean applyMarkdown) Sets the optional choice of message content should be returned in the rendered HTML format.GetMessagesApiRequest.withNarrows
(Narrow... narrows) Sets the optional narrow to fetch messages from.GetMessagesApiRequest.withNumAfter
(int numAfter) Sets the mandatory number of messages with ids greater than the anchor to retrieve.GetMessagesApiRequest.withNumBefore
(int numBefore) Sets the mandatory number of messages with ids less than the anchor to retrieve.