Class ListSportsRequest.Filter.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ListSportsRequest.Filter.Builder clearAllowClosedMarkets()
      set to true to include disqualified markets(i.e.
      ListSportsRequest.Filter.Builder clearAllowPast()
      set to true to include games that scheduled prior to 00:00 of current day
      ListSportsRequest.Filter.Builder clearSynced()
      set to true to filter-out games without Sportradar ID
      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
      ListSportsRequest.Filter.Builder setAllowClosedMarkets​(boolean value)
      set to true to include disqualified markets(i.e.
      ListSportsRequest.Filter.Builder setAllowPast​(boolean value)
      set to true to include games that scheduled prior to 00:00 of current day
      ListSportsRequest.Filter.Builder setSynced​(boolean value)
      set to true to filter-out games without Sportradar ID
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getAllowClosedMarkets

        public boolean getAllowClosedMarkets()
         set to true to include disqualified markets(i.e. closed or expired)"
         
        bool allow_closed_markets = 1 [json_name = "allowClosedMarkets"];
        Specified by:
        getAllowClosedMarkets in interface ListSportsRequest.FilterOrBuilder
        Returns:
        The allowClosedMarkets.
      • setAllowClosedMarkets

        public ListSportsRequest.Filter.Builder setAllowClosedMarkets​(boolean value)
         set to true to include disqualified markets(i.e. closed or expired)"
         
        bool allow_closed_markets = 1 [json_name = "allowClosedMarkets"];
        Parameters:
        value - The allowClosedMarkets to set.
        Returns:
        This builder for chaining.
      • clearAllowClosedMarkets

        public ListSportsRequest.Filter.Builder clearAllowClosedMarkets()
         set to true to include disqualified markets(i.e. closed or expired)"
         
        bool allow_closed_markets = 1 [json_name = "allowClosedMarkets"];
        Returns:
        This builder for chaining.
      • getAllowPast

        public boolean getAllowPast()
         set to true to include games that scheduled prior to 00:00 of current day
         
        bool allow_past = 2 [json_name = "allowPast"];
        Specified by:
        getAllowPast in interface ListSportsRequest.FilterOrBuilder
        Returns:
        The allowPast.
      • setAllowPast

        public ListSportsRequest.Filter.Builder setAllowPast​(boolean value)
         set to true to include games that scheduled prior to 00:00 of current day
         
        bool allow_past = 2 [json_name = "allowPast"];
        Parameters:
        value - The allowPast to set.
        Returns:
        This builder for chaining.
      • clearAllowPast

        public ListSportsRequest.Filter.Builder clearAllowPast()
         set to true to include games that scheduled prior to 00:00 of current day
         
        bool allow_past = 2 [json_name = "allowPast"];
        Returns:
        This builder for chaining.
      • getSynced

        public boolean getSynced()
         set to true to filter-out games without Sportradar ID
         
        bool synced = 3 [json_name = "synced"];
        Specified by:
        getSynced in interface ListSportsRequest.FilterOrBuilder
        Returns:
        The synced.
      • setSynced

        public ListSportsRequest.Filter.Builder setSynced​(boolean value)
         set to true to filter-out games without Sportradar ID
         
        bool synced = 3 [json_name = "synced"];
        Parameters:
        value - The synced to set.
        Returns:
        This builder for chaining.
      • clearSynced

        public ListSportsRequest.Filter.Builder clearSynced()
         set to true to filter-out games without Sportradar ID
         
        bool synced = 3 [json_name = "synced"];
        Returns:
        This builder for chaining.