Interface PivotTableFieldOption.Builder

    • Method Detail

      • fieldId

        PivotTableFieldOption.Builder fieldId​(String 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, Visibility
      • 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:
        Visibility, Visibility