public class ActivityHistoryItem extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
activeDurationSeconds
The Active Duration Seconds.
|
UserActivity |
activity
The Activity.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.time.OffsetDateTime |
expirationDateTime
The Expiration Date Time.
|
java.time.OffsetDateTime |
lastActiveDateTime
The Last Active Date Time.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.time.OffsetDateTime |
startedDateTime
The Started Date Time.
|
Status |
status
The Status.
|
java.lang.String |
userTimezone
The User Timezone.
|
| Constructor and Description |
|---|
ActivityHistoryItem() |
| 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="activeDurationSeconds",
alternate="ActiveDurationSeconds")
@Expose
@Nullable
public java.lang.Integer activeDurationSeconds
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="expirationDateTime",
alternate="ExpirationDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime expirationDateTime
@SerializedName(value="lastActiveDateTime",
alternate="LastActiveDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastActiveDateTime
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="startedDateTime",
alternate="StartedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startedDateTime
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public Status status
@SerializedName(value="userTimezone",
alternate="UserTimezone")
@Expose
@Nullable
public java.lang.String userTimezone
@SerializedName(value="activity",
alternate="Activity")
@Expose
@Nullable
public UserActivity activity
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to