Interface MyWorkbook.UpdateStages.WithCategory

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

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

    Modifier and Type
    Method
    Description
    withCategory(String category)
    Specifies the category property: Workbook category, as defined by the user at creation time..
  • Method Details

    • withCategory

      MyWorkbook.Update withCategory(String category)
      Specifies the category property: Workbook category, as defined by the user at creation time..
      Parameters:
      category - Workbook category, as defined by the user at creation time.
      Returns:
      the next definition stage.