public class PrinterLocation
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
altitudeInMeters
The Altitude In Meters.
|
java.lang.String |
building
The Building.
|
java.lang.String |
city
The City.
|
java.lang.String |
countryOrRegion
The Country Or Region.
|
java.lang.String |
floor
The Floor.
|
java.lang.String |
floorDescription
The Floor Description.
|
java.lang.Double |
latitude
The Latitude.
|
java.lang.Double |
longitude
The Longitude.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.util.List<java.lang.String> |
organization
The Organization.
|
java.lang.String |
postalCode
The Postal Code.
|
java.lang.String |
roomDescription
The Room Description.
|
java.lang.String |
roomName
The Room Name.
|
java.lang.String |
site
The Site.
|
java.lang.String |
stateOrProvince
The State Or Province.
|
java.lang.String |
streetAddress
The Street Address.
|
java.util.List<java.lang.String> |
subdivision
The Subdivision.
|
java.util.List<java.lang.String> |
subunit
The Subunit.
|
| Constructor and Description |
|---|
PrinterLocation() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="altitudeInMeters",
alternate="AltitudeInMeters")
@Expose
@Nullable
public java.lang.Integer altitudeInMeters
@SerializedName(value="building",
alternate="Building")
@Expose
@Nullable
public java.lang.String building
@SerializedName(value="city",
alternate="City")
@Expose
@Nullable
public java.lang.String city
@SerializedName(value="countryOrRegion",
alternate="CountryOrRegion")
@Expose
@Nullable
public java.lang.String countryOrRegion
@SerializedName(value="floor",
alternate="Floor")
@Expose
@Nullable
public java.lang.String floor
@SerializedName(value="floorDescription",
alternate="FloorDescription")
@Expose
@Nullable
public java.lang.String floorDescription
@SerializedName(value="latitude",
alternate="Latitude")
@Expose
@Nullable
public java.lang.Double latitude
@SerializedName(value="longitude",
alternate="Longitude")
@Expose
@Nullable
public java.lang.Double longitude
@SerializedName(value="organization",
alternate="Organization")
@Expose
@Nullable
public java.util.List<java.lang.String> organization
@SerializedName(value="postalCode",
alternate="PostalCode")
@Expose
@Nullable
public java.lang.String postalCode
@SerializedName(value="roomDescription",
alternate="RoomDescription")
@Expose
@Nullable
public java.lang.String roomDescription
@SerializedName(value="roomName",
alternate="RoomName")
@Expose
@Nullable
public java.lang.String roomName
@SerializedName(value="site",
alternate="Site")
@Expose
@Nullable
public java.lang.String site
@SerializedName(value="stateOrProvince",
alternate="StateOrProvince")
@Expose
@Nullable
public java.lang.String stateOrProvince
@SerializedName(value="streetAddress",
alternate="StreetAddress")
@Expose
@Nullable
public java.lang.String streetAddress
@SerializedName(value="subdivision",
alternate="Subdivision")
@Expose
@Nullable
public java.util.List<java.lang.String> subdivision
@SerializedName(value="subunit",
alternate="Subunit")
@Expose
@Nullable
public java.util.List<java.lang.String> subunit
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to