Class ItemActivity

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ItemActivity
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ItemActivity extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Item Activity.
  • Field Details

    • access

      @SerializedName(value="access", alternate="Access") @Expose @Nullable public AccessAction access
      The Access. An item was accessed.
    • activityDateTime

      @SerializedName(value="activityDateTime", alternate="ActivityDateTime") @Expose @Nullable public OffsetDateTime activityDateTime
      The Activity Date Time. Details about when the activity took place. Read-only.
    • actor

      @SerializedName(value="actor", alternate="Actor") @Expose @Nullable public IdentitySet actor
      The Actor. Identity of who performed the action. Read-only.
    • driveItem

      @SerializedName(value="driveItem", alternate="DriveItem") @Expose @Nullable public DriveItem driveItem
      The Drive Item. Exposes the driveItem that was the target of this activity.
  • Constructor Details

    • ItemActivity

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