Interface ListSportsRequest.FilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowClosedMarkets()
      set to true to include disqualified markets(i.e.
      boolean getAllowPast()
      set to true to include games that scheduled prior to 00:00 of current day
      boolean getSynced()
      set to true to filter-out games without Sportradar ID
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getAllowClosedMarkets

        boolean getAllowClosedMarkets()
         set to true to include disqualified markets(i.e. closed or expired)"
         
        bool allow_closed_markets = 1 [json_name = "allowClosedMarkets"];
        Returns:
        The allowClosedMarkets.
      • getAllowPast

        boolean getAllowPast()
         set to true to include games that scheduled prior to 00:00 of current day
         
        bool allow_past = 2 [json_name = "allowPast"];
        Returns:
        The allowPast.
      • getSynced

        boolean getSynced()
         set to true to filter-out games without Sportradar ID
         
        bool synced = 3 [json_name = "synced"];
        Returns:
        The synced.