Interface Workbook.UpdateStages.WithSerializedData

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

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

    Modifier and Type
    Method
    Description
    withSerializedData(String serializedData)
    Specifies the serializedData property: Configuration of this particular workbook.
  • Method Details

    • withSerializedData

      Workbook.Update withSerializedData(String serializedData)
      Specifies the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.
      Parameters:
      serializedData - Configuration of this particular workbook. Configuration data is a string containing valid JSON.
      Returns:
      the next definition stage.