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 |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ItemFacet() |
| Modifier and Type | Method and Description |
|---|---|
Optional<AllowedAudiences> |
getAllowedAudiences() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<IdentitySet> |
getCreatedBy() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<InferenceData> |
getInference() |
Optional<IdentitySet> |
getLastModifiedBy() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ItemFacet |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ItemFacet |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ItemFacet |
withAllowedAudiences(AllowedAudiences allowedAudiences) |
ItemFacet |
withCreatedBy(IdentitySet createdBy) |
ItemFacet |
withCreatedDateTime(OffsetDateTime createdDateTime) |
ItemFacet |
withInference(InferenceData inference) |
ItemFacet |
withLastModifiedBy(IdentitySet lastModifiedBy) |
ItemFacet |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
protected AllowedAudiences allowedAudiences
protected InferenceData inference
protected OffsetDateTime createdDateTime
protected IdentitySet createdBy
protected OffsetDateTime lastModifiedDateTime
protected IdentitySet lastModifiedBy
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 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.