Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.MatchesNarrowApiRequest
Packages that use MatchesNarrowApiRequest
Package
Description
-
Uses of MatchesNarrowApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return MatchesNarrowApiRequestModifier and TypeMethodDescriptionMessageService.matchMessages()Searches for and matches messages with a narrow. -
Uses of MatchesNarrowApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return MatchesNarrowApiRequestModifier and TypeMethodDescriptionMatchesNarrowApiRequest.withMessageIds(long... messageIds) Sets the mandatory message ids to check.MatchesNarrowApiRequest.withNarrows(Narrow... narrows) Sets the narrow expressions to check.