public class NamedLocation extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.NavigationRestrictions
Referenceable = false
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
NamedLocation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdDateTime |
protected String |
displayName |
protected OffsetDateTime |
modifiedDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
NamedLocation() |
| Modifier and Type | Method and Description |
|---|---|
static NamedLocation.Builder |
builderNamedLocation()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<String> |
getDisplayName() |
Optional<OffsetDateTime> |
getModifiedDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
NamedLocation |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
NamedLocation |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
NamedLocation |
withCreatedDateTime(OffsetDateTime createdDateTime) |
NamedLocation |
withDisplayName(String displayName) |
NamedLocation |
withModifiedDateTime(OffsetDateTime modifiedDateTime) |
protected String displayName
protected OffsetDateTime createdDateTime
protected OffsetDateTime modifiedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static NamedLocation.Builder builderNamedLocation()
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 NamedLocation withDisplayName(String displayName)
public Optional<OffsetDateTime> getCreatedDateTime()
public NamedLocation withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<OffsetDateTime> getModifiedDateTime()
public NamedLocation withModifiedDateTime(OffsetDateTime modifiedDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic NamedLocation patch()
this with changed fields reset.public NamedLocation put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.