public class Workbook extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
WorkbookApplication |
application
The Application.
|
WorkbookCommentCollectionPage |
comments
The Comments.
|
WorkbookFunctions |
functions
The Functions.
|
WorkbookNamedItemCollectionPage |
names
The Names.
|
WorkbookOperationCollectionPage |
operations
The Operations.
|
WorkbookTableCollectionPage |
tables
The Tables.
|
WorkbookWorksheetCollectionPage |
worksheets
The Worksheets.
|
Constructor and Description |
---|
Workbook() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="application", alternate="Application") @Expose @Nullable public WorkbookApplication application
@SerializedName(value="comments", alternate="Comments") @Expose @Nullable public WorkbookCommentCollectionPage comments
@SerializedName(value="functions", alternate="Functions") @Expose @Nullable public WorkbookFunctions functions
@SerializedName(value="names", alternate="Names") @Expose @Nullable public WorkbookNamedItemCollectionPage names
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public WorkbookOperationCollectionPage operations
@SerializedName(value="tables", alternate="Tables") @Expose @Nullable public WorkbookTableCollectionPage tables
@SerializedName(value="worksheets", alternate="Worksheets") @Expose @Nullable public WorkbookWorksheetCollectionPage worksheets
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to