Uses of Class
com.github.jamesnetherton.zulip.client.api.narrow.Narrow
Packages that use Narrow
Package
Description
-
Uses of Narrow in com.github.jamesnetherton.zulip.client.api.event
Methods in com.github.jamesnetherton.zulip.client.api.event with parameters of type NarrowModifier and TypeMethodDescriptionEventService.captureMessageEvents
(MessageEventListener listener, Narrow... narrows) Capture message events.EventService.captureMessageEvents
(MessageEventListener listener, ExecutorService executorService, Narrow... narrows) Capture message events.Constructors in com.github.jamesnetherton.zulip.client.api.event with parameters of type NarrowModifierConstructorDescriptionEventPoller
(ZulipHttpClient client, MessageEventListener listener, Narrow[] narrows) Constructs aEventPoller
.EventPoller
(ZulipHttpClient client, MessageEventListener listener, Narrow[] narrows, ExecutorService eventListenerExecutorService) Constructs aEventPoller
. -
Uses of Narrow in com.github.jamesnetherton.zulip.client.api.event.request
Constructors in com.github.jamesnetherton.zulip.client.api.event.request with parameters of type NarrowModifierConstructorDescriptionRegisterEventQueueApiRequest
(ZulipHttpClient client, Narrow... narrows) Constructs aZulipApiRequest
. -
Uses of Narrow in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message with parameters of type NarrowModifier 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 Narrow in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type NarrowModifier and TypeMethodDescriptionGetMessagesApiRequest.withNarrows
(Narrow... narrows) Sets the optional narrow to fetch messages from.MatchesNarrowApiRequest.withNarrows
(Narrow... narrows) Sets the narrow expressions to check.Constructors in com.github.jamesnetherton.zulip.client.api.message.request with parameters of type NarrowModifierConstructorDescriptionUpdateMessageFlagsForNarrowApiRequest
(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 Narrow in com.github.jamesnetherton.zulip.client.api.narrow
Methods in com.github.jamesnetherton.zulip.client.api.narrow that return NarrowModifier and TypeMethodDescriptionstatic Narrow
Creates aNarrow
.static Narrow
Creates aNarrow
.static Narrow
Creates aNarrow
.static Narrow
Creates aNarrow
.static Narrow
Creates a negatedNarrow
.Methods in com.github.jamesnetherton.zulip.client.api.narrow with parameters of type Narrow