Interface MyWorkbook.DefinitionStages.WithDisplayName

All Known Subinterfaces:
MyWorkbook.Definition, MyWorkbook.DefinitionStages.WithCreate
Enclosing interface:
MyWorkbook.DefinitionStages

public static interface MyWorkbook.DefinitionStages.WithDisplayName
The stage of the MyWorkbook definition allowing to specify displayName.
  • Method Details

    • withDisplayName

      MyWorkbook.DefinitionStages.WithCreate 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.