public class PrintJobConfiguration extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
collate
The Collate.
|
PrintColorMode |
colorMode
The Color Mode.
|
java.lang.Integer |
copies
The Copies.
|
java.lang.Integer |
dpi
The Dpi.
|
PrintDuplexMode |
duplexMode
The Duplex Mode.
|
PrinterFeedOrientation |
feedOrientation
The Feed Orientation.
|
java.util.List<PrintFinishing> |
finishings
The Finishings.
|
java.lang.Boolean |
fitPdfToPage
The Fit Pdf To Page.
|
java.lang.String |
inputBin
The Input Bin.
|
PrintMargin |
margin
The Margin.
|
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.util.List<IntegerRange> |
pageRanges
The Page Ranges.
|
java.lang.Integer |
pagesPerSheet
The Pages Per Sheet.
|
PrintQuality |
quality
The Quality.
|
PrintScaling |
scaling
The Scaling.
|
| Constructor and Description |
|---|
PrintJobConfiguration() |
| 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="collate",
alternate="Collate")
@Expose
public java.lang.Boolean collate
@SerializedName(value="colorMode",
alternate="ColorMode")
@Expose
public PrintColorMode colorMode
@SerializedName(value="copies",
alternate="Copies")
@Expose
public java.lang.Integer copies
@SerializedName(value="dpi",
alternate="Dpi")
@Expose
public java.lang.Integer dpi
@SerializedName(value="duplexMode",
alternate="DuplexMode")
@Expose
public PrintDuplexMode duplexMode
@SerializedName(value="feedOrientation",
alternate="FeedOrientation")
@Expose
public PrinterFeedOrientation feedOrientation
@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="margin",
alternate="Margin")
@Expose
public PrintMargin margin
@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="pageRanges",
alternate="PageRanges")
@Expose
public java.util.List<IntegerRange> pageRanges
@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