public class PrinterBase extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
PrinterCapabilities |
capabilities
The Capabilities.
|
PrinterDefaults |
defaults
The Defaults.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.Boolean |
isAcceptingJobs
The Is Accepting Jobs.
|
PrintJobCollectionPage |
jobs
The Jobs.
|
PrinterLocation |
location
The Location.
|
java.lang.String |
manufacturer
The Manufacturer.
|
java.lang.String |
model
The Model.
|
PrinterStatus |
status
The Status.
|
Constructor and Description |
---|
PrinterBase() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="capabilities", alternate="Capabilities") @Expose @Nullable public PrinterCapabilities capabilities
@SerializedName(value="defaults", alternate="Defaults") @Expose @Nullable public PrinterDefaults defaults
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="isAcceptingJobs", alternate="IsAcceptingJobs") @Expose @Nullable public java.lang.Boolean isAcceptingJobs
@SerializedName(value="location", alternate="Location") @Expose @Nullable public PrinterLocation location
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public java.lang.String manufacturer
@SerializedName(value="model", alternate="Model") @Expose @Nullable public java.lang.String model
@SerializedName(value="status", alternate="Status") @Expose @Nullable public PrinterStatus status
@SerializedName(value="jobs", alternate="Jobs") @Expose @Nullable public PrintJobCollectionPage jobs
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to