Class OnenotePage

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OnenotePage extends OnenoteEntitySchemaObjectModel implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Onenote Page.
  • Field Details

    • contentUrl

      @SerializedName(value="contentUrl", alternate="ContentUrl") @Expose @Nullable public String contentUrl
      The Content Url. The URL for the page's HTML content. Read-only.
    • createdByAppId

      @SerializedName(value="createdByAppId", alternate="CreatedByAppId") @Expose @Nullable public String createdByAppId
      The Created By App Id. The unique identifier of the application that created the page. Read-only.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time when the page 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.
    • level

      @SerializedName(value="level", alternate="Level") @Expose @Nullable public Integer level
      The Level. The indentation level of the page. Read-only.
    • order

      @SerializedName(value="order", alternate="Order") @Expose @Nullable public Integer order
      The Order. The order of the page within its parent section. Read-only.
    • title

      @SerializedName(value="title", alternate="Title") @Expose @Nullable public String title
      The Title. The title of the page.
    • userTags

      @SerializedName(value="userTags", alternate="UserTags") @Expose @Nullable public List<String> userTags
      The User Tags.
    • parentNotebook

      @SerializedName(value="parentNotebook", alternate="ParentNotebook") @Expose @Nullable public Notebook parentNotebook
      The Parent Notebook. The notebook that contains the page. Read-only.
    • parentSection

      @SerializedName(value="parentSection", alternate="ParentSection") @Expose @Nullable public OnenoteSection parentSection
      The Parent Section. The section that contains the page. Read-only.
  • Constructor Details

    • OnenotePage

      public OnenotePage()
  • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class OnenoteEntitySchemaObjectModel
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to