Package com.microsoft.graph.models
Class PrinterLocation
java.lang.Object
com.microsoft.graph.models.PrinterLocation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrinterLocation
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Printer Location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Altitude In Meters.The Building.The City.The Country Or Region.The Floor.The Floor Description.The Latitude.The Longitude.the OData type of the object as returned by the serviceThe Organization.The Postal Code.The Room Description.The Room Name.The Site.The State Or Province.The Street Address.The Subdivision.The Subunit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
altitudeInMeters
@SerializedName(value="altitudeInMeters", alternate="AltitudeInMeters") @Expose @Nullable public Integer altitudeInMetersThe Altitude In Meters. The altitude, in meters, that the printer is located at. -
building
The Building. The building that the printer is located in. -
city
The City. The city that the printer is located in. -
countryOrRegion
@SerializedName(value="countryOrRegion", alternate="CountryOrRegion") @Expose @Nullable public String countryOrRegionThe Country Or Region. The country or region that the printer is located in. -
floor
The Floor. The floor that the printer is located on. Only numerical values are supported right now. -
floorDescription
@SerializedName(value="floorDescription", alternate="FloorDescription") @Expose @Nullable public String floorDescriptionThe Floor Description. The description of the floor that the printer is located on. -
latitude
The Latitude. The latitude that the printer is located at. -
longitude
The Longitude. The longitude that the printer is located at. -
organization
@SerializedName(value="organization", alternate="Organization") @Expose @Nullable public List<String> organizationThe Organization. The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. -
postalCode
@SerializedName(value="postalCode", alternate="PostalCode") @Expose @Nullable public String postalCodeThe Postal Code. The postal code that the printer is located in. -
roomDescription
@SerializedName(value="roomDescription", alternate="RoomDescription") @Expose @Nullable public String roomDescriptionThe Room Description. The description of the room that the printer is located in. -
roomName
The Room Name. The room that the printer is located in. Only numerical values are supported right now. -
site
The Site. The site that the printer is located in. -
stateOrProvince
@SerializedName(value="stateOrProvince", alternate="StateOrProvince") @Expose @Nullable public String stateOrProvinceThe State Or Province. The state or province that the printer is located in. -
streetAddress
@SerializedName(value="streetAddress", alternate="StreetAddress") @Expose @Nullable public String streetAddressThe Street Address. The street address where the printer is located. -
subdivision
@SerializedName(value="subdivision", alternate="Subdivision") @Expose @Nullable public List<String> subdivisionThe Subdivision. The subdivision that the printer is located in. The elements should be in hierarchical order. -
subunit
The Subunit.
-
-
Constructor Details
-
PrinterLocation
public PrinterLocation()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-