Class DriveItemVersion

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

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

    • size

      @SerializedName(value="size", alternate="Size") @Expose @Nullable public Long size
      The Size. Indicates the size of the content stream for this version of the item.
  • Constructor Details

    • DriveItemVersion

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