public class PrinterDefaults extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PrintColorMode |
colorMode
The Color Mode.
|
java.lang.String |
contentType
The Content Type.
|
java.lang.Integer |
copiesPerJob
The Copies Per Job.
|
java.lang.Integer |
dpi
The Dpi.
|
PrintDuplexMode |
duplexMode
The Duplex Mode.
|
java.util.List<PrintFinishing> |
finishings
The Finishings.
|
java.lang.Boolean |
fitPdfToPage
The Fit Pdf To Page.
|
java.lang.String |
inputBin
The Input Bin.
|
java.lang.String |
mediaColor
The Media Color.
|
java.lang.String |
mediaSize
The Media Size.
|
java.lang.String |
mediaType
The Media Type.
|
PrintMultipageLayout |
multipageLayout
The Multipage Layout.
|
java.lang.String |
oDataType |
PrintOrientation |
orientation
The Orientation.
|
java.lang.String |
outputBin
The Output Bin.
|
java.lang.Integer |
pagesPerSheet
The Pages Per Sheet.
|
PrintQuality |
quality
The Quality.
|
PrintScaling |
scaling
The Scaling.
|
| Constructor and Description |
|---|
PrinterDefaults() |
| 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="colorMode",
alternate="ColorMode")
@Expose
public PrintColorMode colorMode
@SerializedName(value="contentType",
alternate="ContentType")
@Expose
public java.lang.String contentType
@SerializedName(value="copiesPerJob",
alternate="CopiesPerJob")
@Expose
public java.lang.Integer copiesPerJob
@SerializedName(value="dpi",
alternate="Dpi")
@Expose
public java.lang.Integer dpi
@SerializedName(value="duplexMode",
alternate="DuplexMode")
@Expose
public PrintDuplexMode duplexMode
@SerializedName(value="finishings",
alternate="Finishings")
@Expose
public java.util.List<PrintFinishing> finishings
@SerializedName(value="fitPdfToPage",
alternate="FitPdfToPage")
@Expose
public java.lang.Boolean fitPdfToPage
@SerializedName(value="inputBin",
alternate="InputBin")
@Expose
public java.lang.String inputBin
@SerializedName(value="mediaColor",
alternate="MediaColor")
@Expose
public java.lang.String mediaColor
@SerializedName(value="mediaSize",
alternate="MediaSize")
@Expose
public java.lang.String mediaSize
@SerializedName(value="mediaType",
alternate="MediaType")
@Expose
public java.lang.String mediaType
@SerializedName(value="multipageLayout",
alternate="MultipageLayout")
@Expose
public PrintMultipageLayout multipageLayout
@SerializedName(value="orientation",
alternate="Orientation")
@Expose
public PrintOrientation orientation
@SerializedName(value="outputBin",
alternate="OutputBin")
@Expose
public java.lang.String outputBin
@SerializedName(value="pagesPerSheet",
alternate="PagesPerSheet")
@Expose
public java.lang.Integer pagesPerSheet
@SerializedName(value="quality",
alternate="Quality")
@Expose
public PrintQuality quality
@SerializedName(value="scaling",
alternate="Scaling")
@Expose
public PrintScaling scaling
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