Interface StrategySummary.Builder

    • Method Detail

      • count

        StrategySummary.Builder count​(Integer count)

        The count of recommendations per strategy.

        Parameters:
        count - The count of recommendations per strategy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • strategy

        StrategySummary.Builder strategy​(String strategy)

        The name of recommended strategy.

        Parameters:
        strategy - The name of recommended strategy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Strategy, Strategy
      • strategy

        StrategySummary.Builder strategy​(Strategy strategy)

        The name of recommended strategy.

        Parameters:
        strategy - The name of recommended strategy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Strategy, Strategy