Interface Workbook.UpdateStages.WithDisplayName

All Known Subinterfaces:
Workbook.Update
Enclosing interface:
Workbook.UpdateStages

public static interface Workbook.UpdateStages.WithDisplayName
The stage of the Workbook update allowing to specify displayName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: The user-defined name (display name) of the workbook..
  • Method Details

    • withDisplayName

      Workbook.Update withDisplayName(String displayName)
      Specifies the displayName property: The user-defined name (display name) of the workbook..
      Parameters:
      displayName - The user-defined name (display name) of the workbook.
      Returns:
      the next definition stage.