Workbook.DefinitionStages.WithSerializedData Interface
public static interface Workbook.DefinitionStages.WithSerializedData
The stage of the Workbook definition allowing to specify serializedData.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withSerializedData(String serializedData)
Specifies the serialized |
Method Details
withSerializedData
public abstract Workbook.DefinitionStages.WithCreate withSerializedData(String serializedData)
Specifies the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.
Parameters:
Returns: