Interface PivotTableRowsLabelOptions.Builder

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

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

    • visibility

      The visibility of the rows label.

      Parameters:
      visibility - The visibility of the rows label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibility

      The visibility of the rows label.

      Parameters:
      visibility - The visibility of the rows label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customLabel

      PivotTableRowsLabelOptions.Builder customLabel(String customLabel)

      The custom label string for the rows label.

      Parameters:
      customLabel - The custom label string for the rows label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.