public class ItemFacet extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected AllowedAudiences |
allowedAudiences |
protected IdentitySet |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected InferenceData |
inference |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected PersonDataSource |
source |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ItemFacet() |
protected AllowedAudiences allowedAudiences
protected InferenceData inference
protected OffsetDateTime createdDateTime
protected IdentitySet createdBy
protected OffsetDateTime lastModifiedDateTime
protected IdentitySet lastModifiedBy
protected PersonDataSource source
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<AllowedAudiences> getAllowedAudiences()
public ItemFacet withAllowedAudiences(AllowedAudiences allowedAudiences)
public Optional<InferenceData> getInference()
public ItemFacet withInference(InferenceData inference)
public Optional<OffsetDateTime> getCreatedDateTime()
public ItemFacet withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<IdentitySet> getCreatedBy()
public ItemFacet withCreatedBy(IdentitySet createdBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public ItemFacet withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<IdentitySet> getLastModifiedBy()
public ItemFacet withLastModifiedBy(IdentitySet lastModifiedBy)
public Optional<PersonDataSource> getSource()
public ItemFacet withSource(PersonDataSource source)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ItemFacet patch()
this with changed fields reset.public ItemFacet put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.