Uses of Enum
com.github.jamesnetherton.zulip.client.api.common.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in com.github.jamesnetherton.zulip.client.api.common
Methods in com.github.jamesnetherton.zulip.client.api.common that return Operation -
Uses of Operation in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message with parameters of type OperationModifier 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 Operation in com.github.jamesnetherton.zulip.client.api.message.request
Constructors in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type OperationModifierConstructorDescriptionUpdateMessageFlagsApiRequest
(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
. -
Uses of Operation in com.github.jamesnetherton.zulip.client.api.stream.request
Constructors in com.github.jamesnetherton.zulip.client.api.stream.request with parameters of type OperationModifierConstructorDescriptionMuteTopicApiRequest
(ZulipHttpClient client, String topic, Operation operation) Constructs aMuteTopicApiRequest
.