Package odata.msgraph.client.complex
Class PrinterLocation
- java.lang.Object
-
- odata.msgraph.client.complex.PrinterLocation
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PrinterLocation extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrinterLocation.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegeraltitudeInMetersprotected Stringbuildingprotected Stringcityprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringcountryOrRegionprotected Stringfloorprotected StringfloorDescriptionprotected Doublelatitudeprotected Doublelongitudeprotected StringodataTypeprotected List<String>organizationprotected StringorganizationNextLinkprotected StringpostalCodeprotected StringroomDescriptionprotected StringroomNameprotected Stringsiteprotected StringstateOrProvinceprotected StringstreetAddressprotected List<String>subdivisionprotected StringsubdivisionNextLinkprotected List<String>subunitprotected StringsubunitNextLinkprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrinterLocation()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
altitudeInMeters
protected Integer altitudeInMeters
-
building
protected String building
-
city
protected String city
-
countryOrRegion
protected String countryOrRegion
-
floor
protected String floor
-
floorDescription
protected String floorDescription
-
latitude
protected Double latitude
-
longitude
protected Double longitude
-
organizationNextLink
protected String organizationNextLink
-
postalCode
protected String postalCode
-
roomDescription
protected String roomDescription
-
roomName
protected String roomName
-
site
protected String site
-
stateOrProvince
protected String stateOrProvince
-
streetAddress
protected String streetAddress
-
subdivisionNextLink
protected String subdivisionNextLink
-
subunitNextLink
protected String subunitNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAltitudeInMeters
public PrinterLocation withAltitudeInMeters(Integer altitudeInMeters)
-
withBuilding
public PrinterLocation withBuilding(String building)
-
withCity
public PrinterLocation withCity(String city)
-
withCountryOrRegion
public PrinterLocation withCountryOrRegion(String countryOrRegion)
-
withFloor
public PrinterLocation withFloor(String floor)
-
withFloorDescription
public PrinterLocation withFloorDescription(String floorDescription)
-
withLatitude
public PrinterLocation withLatitude(Double latitude)
-
withLongitude
public PrinterLocation withLongitude(Double longitude)
-
getOrganization
public com.github.davidmoten.odata.client.CollectionPage<String> getOrganization()
-
getOrganization
public com.github.davidmoten.odata.client.CollectionPage<String> getOrganization(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withPostalCode
public PrinterLocation withPostalCode(String postalCode)
-
withRoomDescription
public PrinterLocation withRoomDescription(String roomDescription)
-
withRoomName
public PrinterLocation withRoomName(String roomName)
-
withSite
public PrinterLocation withSite(String site)
-
withStateOrProvince
public PrinterLocation withStateOrProvince(String stateOrProvince)
-
withStreetAddress
public PrinterLocation withStreetAddress(String streetAddress)
-
getSubdivision
public com.github.davidmoten.odata.client.CollectionPage<String> getSubdivision()
-
getSubdivision
public com.github.davidmoten.odata.client.CollectionPage<String> getSubdivision(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSubunit
public com.github.davidmoten.odata.client.CollectionPage<String> getSubunit()
-
getSubunit
public com.github.davidmoten.odata.client.CollectionPage<String> getSubunit(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public PrinterLocation withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static PrinterLocation.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-