public class Print extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PrintConnectorCollectionPage |
connectors
The Connectors.
|
java.lang.String |
oDataType |
PrintOperationCollectionPage |
operations
The Operations.
|
PrinterCollectionPage |
printers
The Printers.
|
PrintServiceCollectionPage |
services
The Services.
|
PrintSettings |
settings
The Settings.
|
PrinterShareCollectionPage |
shares
The Shares.
|
PrintTaskDefinitionCollectionPage |
taskDefinitions
The Task Definitions.
|
| Constructor and Description |
|---|
Print() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="settings",
alternate="Settings")
@Expose
public PrintSettings settings
@SerializedName(value="connectors",
alternate="Connectors")
@Expose
public PrintConnectorCollectionPage connectors
@SerializedName(value="operations",
alternate="Operations")
@Expose
public PrintOperationCollectionPage operations
@SerializedName(value="printers",
alternate="Printers")
@Expose
public PrinterCollectionPage printers
@SerializedName(value="services",
alternate="Services")
@Expose
public PrintServiceCollectionPage services
@SerializedName(value="shares",
alternate="Shares")
@Expose
public PrinterShareCollectionPage shares
@SerializedName(value="taskDefinitions",
alternate="TaskDefinitions")
@Expose
public PrintTaskDefinitionCollectionPage taskDefinitions
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to