Interface WorkbookTemplate.UpdateStages.WithPriority

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

public static interface WorkbookTemplate.UpdateStages.WithPriority
The stage of the WorkbookTemplate update allowing to specify priority.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the priority property: Priority of the template.
  • Method Details

    • withPriority

      WorkbookTemplate.Update withPriority(Integer priority)
      Specifies the priority property: Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode..
      Parameters:
      priority - Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.
      Returns:
      the next definition stage.