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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public String createdBy
      The Created By.
    • createdByIdentity

      @SerializedName(value="createdByIdentity", alternate="CreatedByIdentity") @Expose @Nullable public IdentitySet createdByIdentity
      The Created By Identity.
    • createdTime

      @SerializedName(value="createdTime", alternate="CreatedTime") @Expose @Nullable public OffsetDateTime createdTime
      The Created Time.
    • id

      @SerializedName(value="id", alternate="Id") @Expose @Nullable public String id
      The Id.
    • isDefault

      @SerializedName(value="isDefault", alternate="IsDefault") @Expose @Nullable public Boolean isDefault
      The Is Default.
    • isShared

      @SerializedName(value="isShared", alternate="IsShared") @Expose @Nullable public Boolean isShared
      The Is Shared.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public String lastModifiedBy
      The Last Modified By.
    • lastModifiedByIdentity

      @SerializedName(value="lastModifiedByIdentity", alternate="LastModifiedByIdentity") @Expose @Nullable public IdentitySet lastModifiedByIdentity
      The Last Modified By Identity.
    • lastModifiedTime

      @SerializedName(value="lastModifiedTime", alternate="LastModifiedTime") @Expose @Nullable public OffsetDateTime lastModifiedTime
      The Last Modified Time.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name.
    • sectionGroupsUrl

      @SerializedName(value="sectionGroupsUrl", alternate="SectionGroupsUrl") @Expose @Nullable public String sectionGroupsUrl
      The Section Groups Url.
    • sectionsUrl

      @SerializedName(value="sectionsUrl", alternate="SectionsUrl") @Expose @Nullable public String sectionsUrl
      The Sections Url.
    • self

      @SerializedName(value="self", alternate="Self") @Expose @Nullable public String self
      The Self.
    • userRole

      @SerializedName(value="userRole", alternate="UserRole") @Expose @Nullable public OnenoteUserRole userRole
      The User Role.
  • Constructor Details

    • CopyNotebookModel

      public CopyNotebookModel()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to