Class ListItemVersion

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

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

    • fields

      @SerializedName(value="fields", alternate="Fields") @Expose @Nullable public FieldValueSet fields
      The Fields. A collection of the fields and values for this version of the list item.
  • Constructor Details

    • ListItemVersion

      public ListItemVersion()
  • 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