Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.UpdateMessageFlagsForNarrowApiRequest
Packages that use UpdateMessageFlagsForNarrowApiRequest
Package
Description
-
Uses of UpdateMessageFlagsForNarrowApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return UpdateMessageFlagsForNarrowApiRequestModifier and TypeMethodDescriptionMessageService.updateMessageFlagsForNarrow
(int anchor, int numBefore, int numAfter, Operation operation, MessageFlag flag, Narrow... narrows) Add or remove personal message flags with a narrowMessageService.updateMessageFlagsForNarrow
(Anchor anchor, int numBefore, int numAfter, Operation operation, MessageFlag flag, Narrow... narrows) Add or remove personal message flags with a narrow -
Uses of UpdateMessageFlagsForNarrowApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return UpdateMessageFlagsForNarrowApiRequestModifier and TypeMethodDescriptionUpdateMessageFlagsForNarrowApiRequest.withIncludeAnchor
(boolean isIncludeAnchor) Sets whether a message with the specified ID matching the narrow should be included in the update range.