Interface ListRequest.FilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowClosedMarkets()
      bool allow_closed_markets = 5 [json_name = "allowClosedMarkets"];
      boolean getAllowPast()
      bool allow_past = 6 [json_name = "allowPast"];
      java.lang.String getCountries​(int index)
      repeated string countries = 3 [json_name = "countries"];
      com.google.protobuf.ByteString getCountriesBytes​(int index)
      repeated string countries = 3 [json_name = "countries"];
      int getCountriesCount()
      repeated string countries = 3 [json_name = "countries"];
      java.util.List<java.lang.String> getCountriesList()
      repeated string countries = 3 [json_name = "countries"];
      java.lang.String getGames​(int index)
      repeated string games = 1 [json_name = "games"];
      com.google.protobuf.ByteString getGamesBytes​(int index)
      repeated string games = 1 [json_name = "games"];
      int getGamesCount()
      repeated string games = 1 [json_name = "games"];
      java.util.List<java.lang.String> getGamesList()
      repeated string games = 1 [json_name = "games"];
      long getLeagueId()
      uint64 league_id = 11 [json_name = "leagueId"];
      java.lang.String getLeagues​(int index)
      repeated string leagues = 4 [json_name = "leagues"];
      com.google.protobuf.ByteString getLeaguesBytes​(int index)
      repeated string leagues = 4 [json_name = "leagues"];
      int getLeaguesCount()
      repeated string leagues = 4 [json_name = "leagues"];
      java.util.List<java.lang.String> getLeaguesList()
      repeated string leagues = 4 [json_name = "leagues"];
      int getSince()
      int32 since = 8 [json_name = "since"];
      long getSportId()
      use for favorites
      java.lang.String getSports​(int index)
      repeated string sports = 2 [json_name = "sports"];
      com.google.protobuf.ByteString getSportsBytes​(int index)
      repeated string sports = 2 [json_name = "sports"];
      int getSportsCount()
      repeated string sports = 2 [json_name = "sports"];
      java.util.List<java.lang.String> getSportsList()
      repeated string sports = 2 [json_name = "sports"];
      boolean getSynced()
      bool synced = 7 [json_name = "synced"];
      long getTeamId()
      uint64 team_id = 12 [json_name = "teamId"];
      int getTill()
      int32 till = 9 [json_name = "till"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getGamesList

        java.util.List<java.lang.String> getGamesList()
        repeated string games = 1 [json_name = "games"];
        Returns:
        A list containing the games.
      • getGamesCount

        int getGamesCount()
        repeated string games = 1 [json_name = "games"];
        Returns:
        The count of games.
      • getGames

        java.lang.String getGames​(int index)
        repeated string games = 1 [json_name = "games"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The games at the given index.
      • getGamesBytes

        com.google.protobuf.ByteString getGamesBytes​(int index)
        repeated string games = 1 [json_name = "games"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The games at the given index.
      • getSportsList

        java.util.List<java.lang.String> getSportsList()
        repeated string sports = 2 [json_name = "sports"];
        Returns:
        A list containing the sports.
      • getSportsCount

        int getSportsCount()
        repeated string sports = 2 [json_name = "sports"];
        Returns:
        The count of sports.
      • getSports

        java.lang.String getSports​(int index)
        repeated string sports = 2 [json_name = "sports"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The sports at the given index.
      • getSportsBytes

        com.google.protobuf.ByteString getSportsBytes​(int index)
        repeated string sports = 2 [json_name = "sports"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The sports at the given index.
      • getCountriesList

        java.util.List<java.lang.String> getCountriesList()
        repeated string countries = 3 [json_name = "countries"];
        Returns:
        A list containing the countries.
      • getCountriesCount

        int getCountriesCount()
        repeated string countries = 3 [json_name = "countries"];
        Returns:
        The count of countries.
      • getCountries

        java.lang.String getCountries​(int index)
        repeated string countries = 3 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • getCountriesBytes

        com.google.protobuf.ByteString getCountriesBytes​(int index)
        repeated string countries = 3 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • getLeaguesList

        java.util.List<java.lang.String> getLeaguesList()
        repeated string leagues = 4 [json_name = "leagues"];
        Returns:
        A list containing the leagues.
      • getLeaguesCount

        int getLeaguesCount()
        repeated string leagues = 4 [json_name = "leagues"];
        Returns:
        The count of leagues.
      • getLeagues

        java.lang.String getLeagues​(int index)
        repeated string leagues = 4 [json_name = "leagues"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The leagues at the given index.
      • getLeaguesBytes

        com.google.protobuf.ByteString getLeaguesBytes​(int index)
        repeated string leagues = 4 [json_name = "leagues"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The leagues at the given index.
      • getAllowClosedMarkets

        boolean getAllowClosedMarkets()
        bool allow_closed_markets = 5 [json_name = "allowClosedMarkets"];
        Returns:
        The allowClosedMarkets.
      • getAllowPast

        boolean getAllowPast()
        bool allow_past = 6 [json_name = "allowPast"];
        Returns:
        The allowPast.
      • getSynced

        boolean getSynced()
        bool synced = 7 [json_name = "synced"];
        Returns:
        The synced.
      • getSince

        int getSince()
        int32 since = 8 [json_name = "since"];
        Returns:
        The since.
      • getTill

        int getTill()
        int32 till = 9 [json_name = "till"];
        Returns:
        The till.
      • getSportId

        long getSportId()
         use for favorites
         
        uint64 sport_id = 10 [json_name = "sportId"];
        Returns:
        The sportId.
      • getLeagueId

        long getLeagueId()
        uint64 league_id = 11 [json_name = "leagueId"];
        Returns:
        The leagueId.
      • getTeamId

        long getTeamId()
        uint64 team_id = 12 [json_name = "teamId"];
        Returns:
        The teamId.