Package com.microsoft.graph.models
Class RecentNotebook
java.lang.Object
com.microsoft.graph.models.RecentNotebook
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RecentNotebook
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Recent Notebook.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Display Name.The Last Accessed Time.The Links.the OData type of the object as returned by the serviceThe Source Service. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The name of the notebook. -
lastAccessedTime
@SerializedName(value="lastAccessedTime", alternate="LastAccessedTime") @Expose @Nullable public OffsetDateTime lastAccessedTimeThe Last Accessed Time. The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. -
links
@SerializedName(value="links", alternate="Links") @Expose @Nullable public RecentNotebookLinks linksThe Links. Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote client, if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web. -
sourceService
@SerializedName(value="sourceService", alternate="SourceService") @Expose @Nullable public OnenoteSourceService sourceServiceThe Source Service. The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive.
-
-
Constructor Details
-
RecentNotebook
public RecentNotebook()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-