Interface Workbook.UpdateStages.WithRevision

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

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

    Modifier and Type
    Method
    Description
    withRevision(String revision)
    Specifies the revision property: The unique revision id for this workbook definition.
  • Method Details

    • withRevision

      Workbook.Update withRevision(String revision)
      Specifies the revision property: The unique revision id for this workbook definition.
      Parameters:
      revision - The unique revision id for this workbook definition.
      Returns:
      the next definition stage.