Class ItemActivityStat

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

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

    • access

      @SerializedName(value="access", alternate="Access") @Expose @Nullable public ItemActionStat access
      The Access. Statistics about the access actions in this interval. Read-only.
    • create

      @SerializedName(value="create", alternate="Create") @Expose @Nullable public ItemActionStat create
      The Create. Statistics about the create actions in this interval. Read-only.
    • delete

      @SerializedName(value="delete", alternate="Delete") @Expose @Nullable public ItemActionStat delete
      The Delete. Statistics about the delete actions in this interval. Read-only.
    • edit

      @SerializedName(value="edit", alternate="Edit") @Expose @Nullable public ItemActionStat edit
      The Edit. Statistics about the edit actions in this interval. Read-only.
    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTime
      The End Date Time. When the interval ends. Read-only.
    • incompleteData

      @SerializedName(value="incompleteData", alternate="IncompleteData") @Expose @Nullable public IncompleteData incompleteData
      The Incomplete Data. Indicates that the statistics in this interval are based on incomplete data. Read-only.
    • isTrending

      @SerializedName(value="isTrending", alternate="IsTrending") @Expose @Nullable public Boolean isTrending
      The Is Trending. Indicates whether the item is 'trending.' Read-only.
    • move

      @SerializedName(value="move", alternate="Move") @Expose @Nullable public ItemActionStat move
      The Move. Statistics about the move actions in this interval. Read-only.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTime
      The Start Date Time. When the interval starts. Read-only.
    • activities

      @SerializedName(value="activities", alternate="Activities") @Expose @Nullable public ItemActivityCollectionPage activities
      The Activities. Exposes the itemActivities represented in this itemActivityStat resource.
  • Constructor Details

    • ItemActivityStat

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