Interface Workbook.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: The description of the workbook..
  • Method Details

    • withDescription

      Workbook.Update withDescription(String description)
      Specifies the description property: The description of the workbook..
      Parameters:
      description - The description of the workbook.
      Returns:
      the next definition stage.