public class ActivityHistoryItem 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 |
ActivityHistoryItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activeDurationSeconds |
protected OffsetDateTime |
createdDateTime |
protected OffsetDateTime |
expirationDateTime |
protected OffsetDateTime |
lastActiveDateTime |
protected OffsetDateTime |
lastModifiedDateTime |
protected OffsetDateTime |
startedDateTime |
protected Status |
status |
protected String |
userTimezone |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ActivityHistoryItem() |
protected Status status
protected Integer activeDurationSeconds
protected OffsetDateTime createdDateTime
protected OffsetDateTime lastActiveDateTime
protected OffsetDateTime lastModifiedDateTime
protected OffsetDateTime expirationDateTime
protected OffsetDateTime startedDateTime
protected String userTimezone
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ActivityHistoryItem.Builder builderActivityHistoryItem()
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 ActivityHistoryItem withStatus(Status status)
public ActivityHistoryItem withActiveDurationSeconds(Integer activeDurationSeconds)
public Optional<OffsetDateTime> getCreatedDateTime()
public ActivityHistoryItem withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<OffsetDateTime> getLastActiveDateTime()
public ActivityHistoryItem withLastActiveDateTime(OffsetDateTime lastActiveDateTime)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public ActivityHistoryItem withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<OffsetDateTime> getExpirationDateTime()
public ActivityHistoryItem withExpirationDateTime(OffsetDateTime expirationDateTime)
public Optional<OffsetDateTime> getStartedDateTime()
public ActivityHistoryItem withStartedDateTime(OffsetDateTime startedDateTime)
public ActivityHistoryItem withUserTimezone(String userTimezone)
public UserActivityRequest getActivity()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ActivityHistoryItem patch()
this with changed fields reset.public ActivityHistoryItem put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.