Package com.microsoft.graph.models
Class Onenote
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Onenote
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Onenote.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Notebooks.The Operations.The Pages.The Resources.The Section Groups.The Sections. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
notebooks
@SerializedName(value="notebooks", alternate="Notebooks") @Expose @Nullable public NotebookCollectionPage notebooksThe Notebooks. The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. -
operations
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public OnenoteOperationCollectionPage operationsThe Operations. The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. -
pages
@SerializedName(value="pages", alternate="Pages") @Expose @Nullable public OnenotePageCollectionPage pagesThe Pages. The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. -
resources
@SerializedName(value="resources", alternate="Resources") @Expose @Nullable public OnenoteResourceCollectionPage resourcesThe Resources. The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable. -
sectionGroups
@SerializedName(value="sectionGroups", alternate="SectionGroups") @Expose @Nullable public SectionGroupCollectionPage sectionGroupsThe Section Groups. The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. -
sections
@SerializedName(value="sections", alternate="Sections") @Expose @Nullable public OnenoteSectionCollectionPage sectionsThe Sections. The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
-
-
Constructor Details
-
Onenote
public Onenote()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-