public class PrinterLocation extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PrinterLocation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
altitudeInMeters |
protected String |
building |
protected String |
city |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
countryOrRegion |
protected String |
floorDescription |
protected Integer |
floorNumber |
protected Float |
latitude |
protected Float |
longitude |
protected String |
odataType |
protected List<String> |
organization |
protected String |
organizationNextLink |
protected String |
postalCode |
protected String |
roomDescription |
protected Integer |
roomNumber |
protected String |
site |
protected String |
stateOrProvince |
protected String |
streetAddress |
protected List<String> |
subdivision |
protected String |
subdivisionNextLink |
protected List<String> |
subunit |
protected String |
subunitNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PrinterLocation() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Float latitude
protected Float longitude
protected Integer altitudeInMeters
protected String streetAddress
protected String subunitNextLink
protected String city
protected String postalCode
protected String countryOrRegion
protected String site
protected String building
protected Integer floorNumber
protected String floorDescription
protected Integer roomNumber
protected String roomDescription
protected String organizationNextLink
protected String subdivisionNextLink
protected String stateOrProvince
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PrinterLocation withLatitude(Float latitude)
public PrinterLocation withLongitude(Float longitude)
public PrinterLocation withAltitudeInMeters(Integer altitudeInMeters)
public PrinterLocation withStreetAddress(String streetAddress)
public com.github.davidmoten.odata.client.CollectionPage<String> getSubunit()
public com.github.davidmoten.odata.client.CollectionPage<String> getSubunit(com.github.davidmoten.odata.client.HttpRequestOptions options)
public PrinterLocation withCity(String city)
public PrinterLocation withPostalCode(String postalCode)
public PrinterLocation withCountryOrRegion(String countryOrRegion)
public PrinterLocation withSite(String site)
public PrinterLocation withBuilding(String building)
public PrinterLocation withFloorNumber(Integer floorNumber)
public PrinterLocation withFloorDescription(String floorDescription)
public PrinterLocation withRoomNumber(Integer roomNumber)
public PrinterLocation withRoomDescription(String roomDescription)
public com.github.davidmoten.odata.client.CollectionPage<String> getOrganization()
public com.github.davidmoten.odata.client.CollectionPage<String> getOrganization(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getSubdivision()
public com.github.davidmoten.odata.client.CollectionPage<String> getSubdivision(com.github.davidmoten.odata.client.HttpRequestOptions options)
public PrinterLocation withStateOrProvince(String stateOrProvince)
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 PrinterLocation.Builder builder()
Copyright © 2018–2020. All rights reserved.