public class BaseItem extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected IdentitySet |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
description |
protected String |
eTag |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
name |
protected ItemReference |
parentReference |
protected String |
webUrl |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
BaseItem() |
protected IdentitySet createdBy
protected OffsetDateTime createdDateTime
protected String description
protected String eTag
protected IdentitySet lastModifiedBy
protected OffsetDateTime lastModifiedDateTime
protected String name
protected ItemReference parentReference
protected String webUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic 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<IdentitySet> getCreatedBy()
public BaseItem withCreatedBy(IdentitySet createdBy)
public Optional<OffsetDateTime> getCreatedDateTime()
public BaseItem withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<IdentitySet> getLastModifiedBy()
public BaseItem withLastModifiedBy(IdentitySet lastModifiedBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public BaseItem withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<ItemReference> getParentReference()
public BaseItem withParentReference(ItemReference parentReference)
public UserRequest getCreatedByUser()
public UserRequest getLastModifiedByUser()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic BaseItem patch()
this with changed fields reset.public BaseItem put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.