Interface MyWorkbook.UpdateStages.WithKind

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

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

    Modifier and Type
    Method
    Description
    withKind(Kind kind)
    Specifies the kind property: The kind of workbook.
  • Method Details

    • withKind

      MyWorkbook.Update withKind(Kind kind)
      Specifies the kind property: The kind of workbook. Choices are user and shared..
      Parameters:
      kind - The kind of workbook. Choices are user and shared.
      Returns:
      the next definition stage.