Interface Roi.Builder

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

@Mutable @NotThreadSafe public static interface Roi.Builder extends SdkPojo, CopyableBuilder<Roi.Builder,Roi>
  • Method Details

    • estimate

      Roi.Builder estimate(String estimate)

      A short statistic or key metric. Optional when there is no quantifiable figure.

      Parameters:
      estimate - A short statistic or key metric. Optional when there is no quantifiable figure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detail

      Roi.Builder detail(String detail)

      A sentence providing context for the estimate.

      Parameters:
      detail - A sentence providing context for the estimate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.