Interface PivotTableFieldOption.Builder

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

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

    • fieldId

      The field ID of the pivot table field.

      Parameters:
      fieldId - The field ID of the pivot table field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customLabel

      PivotTableFieldOption.Builder customLabel(String customLabel)

      The custom label of the pivot table field.

      Parameters:
      customLabel - The custom label of the pivot table field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibility

      PivotTableFieldOption.Builder visibility(String visibility)

      The visibility of the pivot table field.

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

      PivotTableFieldOption.Builder visibility(Visibility visibility)

      The visibility of the pivot table field.

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