Package com.microsoft.graph.models
Class CopyNotebookModel
java.lang.Object
com.microsoft.graph.models.CopyNotebookModel
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CopyNotebookModel
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Copy Notebook Model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Created By.The Created By Identity.The Created Time.The Id.The Is Default.The Is Shared.The Last Modified By.The Last Modified By Identity.The Last Modified Time.The Links.The Name.the OData type of the object as returned by the serviceThe Section Groups Url.The Sections Url.The Self.The User Role. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
createdBy
The Created By. -
createdByIdentity
@SerializedName(value="createdByIdentity", alternate="CreatedByIdentity") @Expose @Nullable public IdentitySet createdByIdentityThe Created By Identity. -
createdTime
@SerializedName(value="createdTime", alternate="CreatedTime") @Expose @Nullable public OffsetDateTime createdTimeThe Created Time. -
id
The Id. -
isDefault
@SerializedName(value="isDefault", alternate="IsDefault") @Expose @Nullable public Boolean isDefaultThe Is Default. -
lastModifiedBy
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public String lastModifiedByThe Last Modified By. -
lastModifiedByIdentity
@SerializedName(value="lastModifiedByIdentity", alternate="LastModifiedByIdentity") @Expose @Nullable public IdentitySet lastModifiedByIdentityThe Last Modified By Identity. -
lastModifiedTime
@SerializedName(value="lastModifiedTime", alternate="LastModifiedTime") @Expose @Nullable public OffsetDateTime lastModifiedTimeThe Last Modified Time. -
links
The Links. -
name
The Name. -
sectionGroupsUrl
@SerializedName(value="sectionGroupsUrl", alternate="SectionGroupsUrl") @Expose @Nullable public String sectionGroupsUrlThe Section Groups Url. -
sectionsUrl
@SerializedName(value="sectionsUrl", alternate="SectionsUrl") @Expose @Nullable public String sectionsUrlThe Sections Url. -
self
The Self. -
userRole
@SerializedName(value="userRole", alternate="UserRole") @Expose @Nullable public OnenoteUserRole userRoleThe User Role.
-
-
Constructor Details
-
CopyNotebookModel
public CopyNotebookModel()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-