Interface MyWorkbook.DefinitionStages.WithSerializedData

All Known Subinterfaces:
MyWorkbook.Definition, MyWorkbook.DefinitionStages.WithCreate
Enclosing interface:
MyWorkbook.DefinitionStages

public static interface MyWorkbook.DefinitionStages.WithSerializedData
The stage of the MyWorkbook definition allowing to specify serializedData.
  • Method Details

    • withSerializedData

      MyWorkbook.DefinitionStages.WithCreate 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.