public class Notebook extends OnenoteEntityHierarchyModel implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
isDefault
The Is Default.
|
java.lang.Boolean |
isShared
The Is Shared.
|
NotebookLinks |
links
The Links.
|
SectionGroupCollectionPage |
sectionGroups
The Section Groups.
|
java.lang.String |
sectionGroupsUrl
The Section Groups Url.
|
OnenoteSectionCollectionPage |
sections
The Sections.
|
java.lang.String |
sectionsUrl
The Sections Url.
|
OnenoteUserRole |
userRole
The User Role.
|
createdBy, displayName, lastModifiedBy, lastModifiedDateTimecreatedDateTimeself| Constructor and Description |
|---|
Notebook() |
| 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="isDefault",
alternate="IsDefault")
@Expose
@Nullable
public java.lang.Boolean isDefault
@SerializedName(value="isShared",
alternate="IsShared")
@Expose
@Nullable
public java.lang.Boolean isShared
@SerializedName(value="links",
alternate="Links")
@Expose
@Nullable
public NotebookLinks links
@SerializedName(value="sectionGroupsUrl",
alternate="SectionGroupsUrl")
@Expose
@Nullable
public java.lang.String sectionGroupsUrl
@SerializedName(value="sectionsUrl",
alternate="SectionsUrl")
@Expose
@Nullable
public java.lang.String sectionsUrl
@SerializedName(value="userRole",
alternate="UserRole")
@Expose
@Nullable
public OnenoteUserRole userRole
@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 OnenoteEntityHierarchyModelserializer - the serializerjson - the JSON object to set this object to