Interface PercentVisibleRange.Builder

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

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

    • from

      The lower bound of the range.

      Parameters:
      from - The lower bound of the range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • to

      The top bound of the range.

      Parameters:
      to - The top bound of the range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.