All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jamesnetherton.zulip.client.api.narrow.NarrowableApiRequest Maven / Gradle / Ivy

The newest version!
package com.github.jamesnetherton.zulip.client.api.narrow;

import com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest;

/**
 * Interface for Zulip APIs that support narrow filters.
 *
 * @see https://www.zulipchat.com/api/construct-narrow
 */
public interface NarrowableApiRequest {

    T withNarrows(Narrow... narrows);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy