public class OnenoteSection extends OnenoteEntityHierarchyModel implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
isDefault
The Is Default.
|
SectionLinks |
links
The Links.
|
OnenotePageCollectionPage |
pages
The Pages.
|
java.lang.String |
pagesUrl
The Pages Url.
|
Notebook |
parentNotebook
The Parent Notebook.
|
SectionGroup |
parentSectionGroup
The Parent Section Group.
|
createdBy, displayName, lastModifiedBy, lastModifiedDateTimecreatedDateTimeself| Constructor and Description |
|---|
OnenoteSection() |
| 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="links",
alternate="Links")
@Expose
@Nullable
public SectionLinks links
@SerializedName(value="pagesUrl",
alternate="PagesUrl")
@Expose
@Nullable
public java.lang.String pagesUrl
@SerializedName(value="pages",
alternate="Pages")
@Expose
@Nullable
public OnenotePageCollectionPage pages
@SerializedName(value="parentNotebook",
alternate="ParentNotebook")
@Expose
@Nullable
public Notebook parentNotebook
@SerializedName(value="parentSectionGroup",
alternate="ParentSectionGroup")
@Expose
@Nullable
public SectionGroup parentSectionGroup
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