public class Notebook extends OnenoteEntityHierarchyModel implements 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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="isDefault",
alternate="IsDefault")
@Expose
public java.lang.Boolean isDefault
@SerializedName(value="isShared",
alternate="IsShared")
@Expose
public java.lang.Boolean isShared
@SerializedName(value="links",
alternate="Links")
@Expose
public NotebookLinks links
@SerializedName(value="sectionGroupsUrl",
alternate="SectionGroupsUrl")
@Expose
public java.lang.String sectionGroupsUrl
@SerializedName(value="sectionsUrl",
alternate="SectionsUrl")
@Expose
public java.lang.String sectionsUrl
@SerializedName(value="userRole",
alternate="UserRole")
@Expose
public OnenoteUserRole userRole
@SerializedName(value="sectionGroups",
alternate="SectionGroups")
@Expose
public SectionGroupCollectionPage sectionGroups
@SerializedName(value="sections",
alternate="Sections")
@Expose
public OnenoteSectionCollectionPage sections
public com.google.gson.JsonObject getRawObject()
getRawObject in class OnenoteEntityHierarchyModelprotected ISerializer getSerializer()
getSerializer in class OnenoteEntityHierarchyModelpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class OnenoteEntityHierarchyModelserializer - the serializerjson - the JSON object to set this object to