Uses of Enum
com.github.jamesnetherton.zulip.client.api.message.MessageFlag
Packages that use MessageFlag
Package
Description
-
Uses of MessageFlag in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return MessageFlagModifier and TypeMethodDescriptionstatic MessageFlag
MessageFlag.fromString
(String flag) static MessageFlag
Returns the enum constant of this type with the specified name.static MessageFlag[]
MessageFlag.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 that return types with arguments of type MessageFlagMethods in com.github.jamesnetherton.zulip.client.api.message with parameters of type MessageFlagModifier and TypeMethodDescriptionMessageService.updateMessageFlags
(MessageFlag flag, Operation operation, long... messageIds) Add or remove personal message flags on a collection of message idsMessageService.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 MessageFlag in com.github.jamesnetherton.zulip.client.api.message.request
Constructors in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type MessageFlagModifierConstructorDescriptionUpdateMessageFlagsApiRequest
(ZulipHttpClient client, MessageFlag flag, Operation operation, long... messageIds) Constructs aUpdateMessageFlagsApiRequest
.UpdateMessageFlagsForNarrowApiRequest
(ZulipHttpClient client, int anchor, int numBefore, int numAfter, Operation operation, MessageFlag flag, Narrow... narrows) Constructs aUpdateMessageFlagsForNarrowApiRequest
.UpdateMessageFlagsForNarrowApiRequest
(ZulipHttpClient client, Anchor anchor, int numBefore, int numAfter, Operation operation, MessageFlag flag, Narrow... narrows) Constructs aUpdateMessageFlagsForNarrowApiRequest
.