public class ItemActivityStat extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ItemActionStat |
access
The Access.
|
ItemActivityCollectionPage |
activities
The Activities.
|
ItemActionStat |
create
The Create.
|
ItemActionStat |
delete
The Delete.
|
ItemActionStat |
edit
The Edit.
|
java.time.OffsetDateTime |
endDateTime
The End Date Time.
|
IncompleteData |
incompleteData
The Incomplete Data.
|
java.lang.Boolean |
isTrending
The Is Trending.
|
ItemActionStat |
move
The Move.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
Constructor and Description |
---|
ItemActivityStat() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="access", alternate="Access") @Expose @Nullable public ItemActionStat access
@SerializedName(value="create", alternate="Create") @Expose @Nullable public ItemActionStat create
@SerializedName(value="delete", alternate="Delete") @Expose @Nullable public ItemActionStat delete
@SerializedName(value="edit", alternate="Edit") @Expose @Nullable public ItemActionStat edit
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public java.time.OffsetDateTime endDateTime
@SerializedName(value="incompleteData", alternate="IncompleteData") @Expose @Nullable public IncompleteData incompleteData
@SerializedName(value="isTrending", alternate="IsTrending") @Expose @Nullable public java.lang.Boolean isTrending
@SerializedName(value="move", alternate="Move") @Expose @Nullable public ItemActionStat move
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public java.time.OffsetDateTime startDateTime
@SerializedName(value="activities", alternate="Activities") @Expose @Nullable public ItemActivityCollectionPage activities
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to