public class UserActivity extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = false
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.SkipSupported
false
| Modifier and Type | Class and Description |
|---|---|
static class |
UserActivity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationUrl |
protected String |
activitySourceHost |
protected String |
appActivityId |
protected String |
appDisplayName |
protected Json |
contentInfo |
protected String |
contentUrl |
protected OffsetDateTime |
createdDateTime |
protected OffsetDateTime |
expirationDateTime |
protected String |
fallbackUrl |
protected OffsetDateTime |
lastModifiedDateTime |
protected Status |
status |
protected String |
userTimezone |
protected VisualInfo |
visualElements |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UserActivity() |
protected VisualInfo visualElements
protected String activitySourceHost
protected String activationUrl
protected String appActivityId
protected String appDisplayName
protected String contentUrl
protected OffsetDateTime createdDateTime
protected OffsetDateTime expirationDateTime
protected String fallbackUrl
protected OffsetDateTime lastModifiedDateTime
protected String userTimezone
protected Json contentInfo
protected Status status
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UserActivity.Builder builderUserActivity()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<VisualInfo> getVisualElements()
public UserActivity withVisualElements(VisualInfo visualElements)
public UserActivity withActivitySourceHost(String activitySourceHost)
public UserActivity withActivationUrl(String activationUrl)
public UserActivity withAppActivityId(String appActivityId)
public UserActivity withAppDisplayName(String appDisplayName)
public UserActivity withContentUrl(String contentUrl)
public Optional<OffsetDateTime> getCreatedDateTime()
public UserActivity withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<OffsetDateTime> getExpirationDateTime()
public UserActivity withExpirationDateTime(OffsetDateTime expirationDateTime)
public UserActivity withFallbackUrl(String fallbackUrl)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public UserActivity withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public UserActivity withUserTimezone(String userTimezone)
public UserActivity withContentInfo(Json contentInfo)
public UserActivity withStatus(Status status)
public ActivityHistoryItemCollectionRequest getHistoryItems()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UserActivity patch()
this with changed fields reset.public UserActivity put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.