Interface MyWorkbook.UpdateStages.WithSerializedData

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

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

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

    • withSerializedData

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