| Modifier and Type | Field and Description |
|---|---|
protected PhysicalAddress |
address |
protected String |
displayName |
protected OutlookGeoCoordinates |
geoCoordinates |
protected String |
phone |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Place() |
| Modifier and Type | Method and Description |
|---|---|
Optional<PhysicalAddress> |
getAddress() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDisplayName() |
Optional<OutlookGeoCoordinates> |
getGeoCoordinates() |
Optional<String> |
getPhone() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Place |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Place |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Place |
withAddress(PhysicalAddress address) |
Place |
withDisplayName(String displayName) |
Place |
withGeoCoordinates(OutlookGeoCoordinates geoCoordinates) |
Place |
withPhone(String phone) |
protected String displayName
protected OutlookGeoCoordinates geoCoordinates
protected String phone
protected PhysicalAddress address
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<OutlookGeoCoordinates> getGeoCoordinates()
public Place withGeoCoordinates(OutlookGeoCoordinates geoCoordinates)
public Optional<PhysicalAddress> getAddress()
public Place withAddress(PhysicalAddress address)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Place patch()
this with changed fields reset.public Place put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.