Interface StrategySummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StrategySummary.Builder,StrategySummary>, SdkBuilder<StrategySummary.Builder,StrategySummary>, SdkPojo
Enclosing class:
StrategySummary

public static interface StrategySummary.Builder extends SdkPojo, CopyableBuilder<StrategySummary.Builder,StrategySummary>
  • Method Details

    • 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

      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: