public class CopyNotebookModel
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
createdBy
The Created By.
|
IdentitySet |
createdByIdentity
The Created By Identity.
|
java.time.OffsetDateTime |
createdTime
The Created Time.
|
java.lang.String |
id
The Id.
|
java.lang.Boolean |
isDefault
The Is Default.
|
java.lang.Boolean |
isShared
The Is Shared.
|
java.lang.String |
lastModifiedBy
The Last Modified By.
|
IdentitySet |
lastModifiedByIdentity
The Last Modified By Identity.
|
java.time.OffsetDateTime |
lastModifiedTime
The Last Modified Time.
|
NotebookLinks |
links
The Links.
|
java.lang.String |
name
The Name.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
sectionGroupsUrl
The Section Groups Url.
|
java.lang.String |
sectionsUrl
The Sections Url.
|
java.lang.String |
self
The Self.
|
OnenoteUserRole |
userRole
The User Role.
|
| Constructor and Description |
|---|
CopyNotebookModel() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="createdBy",
alternate="CreatedBy")
@Expose
@Nullable
public java.lang.String createdBy
@SerializedName(value="createdByIdentity",
alternate="CreatedByIdentity")
@Expose
@Nullable
public IdentitySet createdByIdentity
@SerializedName(value="createdTime",
alternate="CreatedTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdTime
@SerializedName(value="id",
alternate="Id")
@Expose
@Nullable
public java.lang.String id
@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="lastModifiedBy",
alternate="LastModifiedBy")
@Expose
@Nullable
public java.lang.String lastModifiedBy
@SerializedName(value="lastModifiedByIdentity",
alternate="LastModifiedByIdentity")
@Expose
@Nullable
public IdentitySet lastModifiedByIdentity
@SerializedName(value="lastModifiedTime",
alternate="LastModifiedTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedTime
@SerializedName(value="links",
alternate="Links")
@Expose
@Nullable
public NotebookLinks links
@SerializedName(value="name",
alternate="Name")
@Expose
@Nullable
public java.lang.String name
@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="self",
alternate="Self")
@Expose
@Nullable
public java.lang.String self
@SerializedName(value="userRole",
alternate="UserRole")
@Expose
@Nullable
public OnenoteUserRole userRole
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to