public class UserActivity extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
activationUrl
The Activation Url.
|
java.lang.String |
activitySourceHost
The Activity Source Host.
|
java.lang.String |
appActivityId
The App Activity Id.
|
java.lang.String |
appDisplayName
The App Display Name.
|
com.google.gson.JsonElement |
contentInfo
The Content Info.
|
java.lang.String |
contentUrl
The Content Url.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.time.OffsetDateTime |
expirationDateTime
The Expiration Date Time.
|
java.lang.String |
fallbackUrl
The Fallback Url.
|
ActivityHistoryItemCollectionPage |
historyItems
The History Items.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
Status |
status
The Status.
|
java.lang.String |
userTimezone
The User Timezone.
|
VisualInfo |
visualElements
The Visual Elements.
|
| Constructor and Description |
|---|
UserActivity() |
| 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="activationUrl",
alternate="ActivationUrl")
@Expose
@Nullable
public java.lang.String activationUrl
@SerializedName(value="activitySourceHost",
alternate="ActivitySourceHost")
@Expose
@Nullable
public java.lang.String activitySourceHost
@SerializedName(value="appActivityId",
alternate="AppActivityId")
@Expose
@Nullable
public java.lang.String appActivityId
@SerializedName(value="appDisplayName",
alternate="AppDisplayName")
@Expose
@Nullable
public java.lang.String appDisplayName
@SerializedName(value="contentInfo",
alternate="ContentInfo")
@Expose
@Nullable
public com.google.gson.JsonElement contentInfo
@SerializedName(value="contentUrl",
alternate="ContentUrl")
@Expose
@Nullable
public java.lang.String contentUrl
@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="fallbackUrl",
alternate="FallbackUrl")
@Expose
@Nullable
public java.lang.String fallbackUrl
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public Status status
@SerializedName(value="userTimezone",
alternate="UserTimezone")
@Expose
@Nullable
public java.lang.String userTimezone
@SerializedName(value="visualElements",
alternate="VisualElements")
@Expose
@Nullable
public VisualInfo visualElements
@SerializedName(value="historyItems",
alternate="HistoryItems")
@Expose
@Nullable
public ActivityHistoryItemCollectionPage historyItems
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