Interface Workbook.DefinitionStages.WithVersion

    • Method Detail

      • withVersion

        Workbook.DefinitionStages.WithCreate withVersion​(String version)
        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.