Interface PivotTableFieldCollapseStateTarget.Builder

    • Method Detail

      • fieldId

        PivotTableFieldCollapseStateTarget.Builder fieldId​(String fieldId)

        The field ID of the pivot table that the collapse state needs to be set to.

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

        PivotTableFieldCollapseStateTarget.Builder fieldDataPathValues​(Collection<DataPathValue> fieldDataPathValues)

        The data path of the pivot table's header. Used to set the collapse state.

        Parameters:
        fieldDataPathValues - The data path of the pivot table's header. Used to set the collapse state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldDataPathValues

        PivotTableFieldCollapseStateTarget.Builder fieldDataPathValues​(DataPathValue... fieldDataPathValues)

        The data path of the pivot table's header. Used to set the collapse state.

        Parameters:
        fieldDataPathValues - The data path of the pivot table's header. Used to set the collapse state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.