Interface WorkbookTemplate.UpdateStages.WithTemplateData

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

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

    Modifier and Type
    Method
    Description
    withTemplateData(Object templateData)
    Specifies the templateData property: Valid JSON object containing workbook template payload..
  • Method Details

    • withTemplateData

      WorkbookTemplate.Update withTemplateData(Object templateData)
      Specifies the templateData property: Valid JSON object containing workbook template payload..
      Parameters:
      templateData - Valid JSON object containing workbook template payload.
      Returns:
      the next definition stage.