Class GameLineMoneyLine.Builder

    • Method Detail

      • setMarketId

        public GameLineMoneyLine.Builder setMarketId​(int value)
        int32 market_id = 1 [json_name = "marketId"];
        Parameters:
        value - The marketId to set.
        Returns:
        This builder for chaining.
      • clearMarketId

        public GameLineMoneyLine.Builder clearMarketId()
        int32 market_id = 1 [json_name = "marketId"];
        Returns:
        This builder for chaining.
      • setOutcomes

        public GameLineMoneyLine.Builder setOutcomes​(int index,
                                                     Outcome value)
        repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
      • addOutcomes

        public GameLineMoneyLine.Builder addOutcomes​(int index,
                                                     Outcome value)
        repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
      • addAllOutcomes

        public GameLineMoneyLine.Builder addAllOutcomes​(java.lang.Iterable<? extends Outcome> values)
        repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
      • clearOutcomes

        public GameLineMoneyLine.Builder clearOutcomes()
        repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
      • removeOutcomes

        public GameLineMoneyLine.Builder removeOutcomes​(int index)
        repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];