Interface NarrowableApiRequest<T extends ZulipApiRequest>

All Known Implementing Classes:
GetMessagesApiRequest, MatchesNarrowApiRequest

public interface NarrowableApiRequest<T extends ZulipApiRequest>
Interface for Zulip APIs that support narrow filters.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    withNarrows(Narrow... narrows)
     
  • Method Details

    • withNarrows

      T withNarrows(Narrow... narrows)