Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Access.The Activities.The Create.The Delete.The Edit.The End Date Time.The Incomplete Data.The Is Trending.The Move.The Start Date Time. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
access
The Access. Statistics about the access actions in this interval. Read-only. -
create
The Create. Statistics about the create actions in this interval. Read-only. -
delete
The Delete. Statistics about the delete actions in this interval. Read-only. -
edit
The Edit. Statistics about the edit actions in this interval. Read-only. -
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTimeThe End Date Time. When the interval ends. Read-only. -
incompleteData
@SerializedName(value="incompleteData", alternate="IncompleteData") @Expose @Nullable public IncompleteData incompleteDataThe 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 isTrendingThe Is Trending. Indicates whether the item is 'trending.' Read-only. -
move
The Move. Statistics about the move actions in this interval. Read-only. -
startDateTime
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTimeThe Start Date Time. When the interval starts. Read-only. -
activities
@SerializedName(value="activities", alternate="Activities") @Expose @Nullable public ItemActivityCollectionPage activitiesThe 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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-