Interface Workbook.DefinitionStages.WithVersion

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

public static interface Workbook.DefinitionStages.WithVersion
The stage of the Workbook definition allowing to specify version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.
  • Method Details

    • withVersion

      Specifies the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.
      Parameters:
      version - Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.
      Returns:
      the next definition stage.