Class BaseItemVersion

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.BaseItemVersion
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
DriveItemVersion, ListItemVersion

public class BaseItemVersion extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Base Item Version.
  • Field Details

    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
      The Last Modified By. Identity of the user which last modified the version. Read-only.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Date and time the version was last modified. Read-only.
    • publication

      @SerializedName(value="publication", alternate="Publication") @Expose @Nullable public PublicationFacet publication
      The Publication. Indicates the publication status of this particular version. Read-only.
  • Constructor Details

    • BaseItemVersion

      public BaseItemVersion()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to