public class ItemActivityTimeSet extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemActivityTimeSet.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
lastRecordedDateTime |
protected OffsetDateTime |
observedDateTime |
protected String |
odataType |
protected OffsetDateTime |
recordedDateTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ItemActivityTimeSet() |
| Modifier and Type | Method and Description |
|---|---|
static ItemActivityTimeSet.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getLastRecordedDateTime() |
Optional<OffsetDateTime> |
getObservedDateTime() |
Optional<OffsetDateTime> |
getRecordedDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ItemActivityTimeSet |
withLastRecordedDateTime(OffsetDateTime lastRecordedDateTime) |
ItemActivityTimeSet |
withObservedDateTime(OffsetDateTime observedDateTime) |
ItemActivityTimeSet |
withRecordedDateTime(OffsetDateTime recordedDateTime) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected OffsetDateTime lastRecordedDateTime
protected OffsetDateTime observedDateTime
protected OffsetDateTime recordedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getLastRecordedDateTime()
public ItemActivityTimeSet withLastRecordedDateTime(OffsetDateTime lastRecordedDateTime)
public Optional<OffsetDateTime> getObservedDateTime()
public ItemActivityTimeSet withObservedDateTime(OffsetDateTime observedDateTime)
public Optional<OffsetDateTime> getRecordedDateTime()
public ItemActivityTimeSet withRecordedDateTime(OffsetDateTime recordedDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ItemActivityTimeSet.Builder builder()
Copyright © 2018–2020. All rights reserved.