public class PhysicalOfficeAddress extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PhysicalOfficeAddress.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
countryOrRegion |
protected String |
odataType |
protected String |
officeLocation |
protected String |
postalCode |
protected String |
state |
protected String |
street |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PhysicalOfficeAddress() |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalOfficeAddress.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCity() |
Optional<String> |
getCountryOrRegion() |
Optional<String> |
getOfficeLocation() |
Optional<String> |
getPostalCode() |
Optional<String> |
getState() |
Optional<String> |
getStreet() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PhysicalOfficeAddress |
withCity(String city) |
PhysicalOfficeAddress |
withCountryOrRegion(String countryOrRegion) |
PhysicalOfficeAddress |
withOfficeLocation(String officeLocation) |
PhysicalOfficeAddress |
withPostalCode(String postalCode) |
PhysicalOfficeAddress |
withState(String state) |
PhysicalOfficeAddress |
withStreet(String street) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String city
protected String countryOrRegion
protected String officeLocation
protected String postalCode
protected String state
protected String street
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PhysicalOfficeAddress withCity(String city)
public PhysicalOfficeAddress withCountryOrRegion(String countryOrRegion)
public PhysicalOfficeAddress withOfficeLocation(String officeLocation)
public PhysicalOfficeAddress withPostalCode(String postalCode)
public PhysicalOfficeAddress withState(String state)
public PhysicalOfficeAddress withStreet(String street)
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 PhysicalOfficeAddress.Builder builder()
Copyright © 2018–2020. All rights reserved.