public class ItemActivity extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
AccessAction |
access
The Access.
|
java.time.OffsetDateTime |
activityDateTime
The Activity Date Time.
|
IdentitySet |
actor
The Actor.
|
DriveItem |
driveItem
The Drive Item.
|
Constructor and Description |
---|
ItemActivity() |
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 AccessAction access
@SerializedName(value="activityDateTime", alternate="ActivityDateTime") @Expose @Nullable public java.time.OffsetDateTime activityDateTime
@SerializedName(value="actor", alternate="Actor") @Expose @Nullable public IdentitySet actor
@SerializedName(value="driveItem", alternate="DriveItem") @Expose @Nullable public DriveItem driveItem
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