public class Location extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected PhysicalAddress |
address |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OutlookGeoCoordinates |
coordinates |
protected String |
displayName |
protected String |
locationEmailAddress |
protected LocationType |
locationType |
protected String |
locationUri |
protected String |
odataType |
protected String |
uniqueId |
protected LocationUniqueIdType |
uniqueIdType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Location() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String displayName
protected String locationEmailAddress
protected PhysicalAddress address
protected OutlookGeoCoordinates coordinates
protected String locationUri
protected LocationType locationType
protected String uniqueId
protected LocationUniqueIdType uniqueIdType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<PhysicalAddress> getAddress()
public Location withAddress(PhysicalAddress address)
public Optional<OutlookGeoCoordinates> getCoordinates()
public Location withCoordinates(OutlookGeoCoordinates coordinates)
public Optional<LocationType> getLocationType()
public Location withLocationType(LocationType locationType)
public Optional<LocationUniqueIdType> getUniqueIdType()
public Location withUniqueIdType(LocationUniqueIdType uniqueIdType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static Location.Builder builder()
Copyright © 2018–2020. All rights reserved.