Interface MyWorkbook.UpdateStages.WithDisplayName

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

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

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

    • withDisplayName

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