public class Onenote extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
NotebookCollectionPage |
notebooks
The Notebooks.
|
OnenoteOperationCollectionPage |
operations
The Operations.
|
OnenotePageCollectionPage |
pages
The Pages.
|
OnenoteResourceCollectionPage |
resources
The Resources.
|
SectionGroupCollectionPage |
sectionGroups
The Section Groups.
|
OnenoteSectionCollectionPage |
sections
The Sections.
|
| Constructor and Description |
|---|
Onenote() |
| 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="notebooks",
alternate="Notebooks")
@Expose
@Nullable
public NotebookCollectionPage notebooks
@SerializedName(value="operations",
alternate="Operations")
@Expose
@Nullable
public OnenoteOperationCollectionPage operations
@SerializedName(value="pages",
alternate="Pages")
@Expose
@Nullable
public OnenotePageCollectionPage pages
@SerializedName(value="resources",
alternate="Resources")
@Expose
@Nullable
public OnenoteResourceCollectionPage resources
@SerializedName(value="sectionGroups",
alternate="SectionGroups")
@Expose
@Nullable
public SectionGroupCollectionPage sectionGroups
@SerializedName(value="sections",
alternate="Sections")
@Expose
@Nullable
public OnenoteSectionCollectionPage sections
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to