public class PrintJobConfiguration
extends java.lang.Object
implements com.microsoft.graph.serializer.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
the OData type of the object as returned by the service
|
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 |
|---|---|
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="collate",
alternate="Collate")
@Expose
@Nullable
public java.lang.Boolean collate
@SerializedName(value="colorMode",
alternate="ColorMode")
@Expose
@Nullable
public PrintColorMode colorMode
@SerializedName(value="copies",
alternate="Copies")
@Expose
@Nullable
public java.lang.Integer copies
@SerializedName(value="dpi",
alternate="Dpi")
@Expose
@Nullable
public java.lang.Integer dpi
@SerializedName(value="duplexMode",
alternate="DuplexMode")
@Expose
@Nullable
public PrintDuplexMode duplexMode
@SerializedName(value="feedOrientation",
alternate="FeedOrientation")
@Expose
@Nullable
public PrinterFeedOrientation feedOrientation
@SerializedName(value="finishings",
alternate="Finishings")
@Expose
@Nullable
public java.util.List<PrintFinishing> finishings
@SerializedName(value="fitPdfToPage",
alternate="FitPdfToPage")
@Expose
@Nullable
public java.lang.Boolean fitPdfToPage
@SerializedName(value="inputBin",
alternate="InputBin")
@Expose
@Nullable
public java.lang.String inputBin
@SerializedName(value="margin",
alternate="Margin")
@Expose
@Nullable
public PrintMargin margin
@SerializedName(value="mediaSize",
alternate="MediaSize")
@Expose
@Nullable
public java.lang.String mediaSize
@SerializedName(value="mediaType",
alternate="MediaType")
@Expose
@Nullable
public java.lang.String mediaType
@SerializedName(value="multipageLayout",
alternate="MultipageLayout")
@Expose
@Nullable
public PrintMultipageLayout multipageLayout
@SerializedName(value="orientation",
alternate="Orientation")
@Expose
@Nullable
public PrintOrientation orientation
@SerializedName(value="outputBin",
alternate="OutputBin")
@Expose
@Nullable
public java.lang.String outputBin
@SerializedName(value="pageRanges",
alternate="PageRanges")
@Expose
@Nullable
public java.util.List<IntegerRange> pageRanges
@SerializedName(value="pagesPerSheet",
alternate="PagesPerSheet")
@Expose
@Nullable
public java.lang.Integer pagesPerSheet
@SerializedName(value="quality",
alternate="Quality")
@Expose
@Nullable
public PrintQuality quality
@SerializedName(value="scaling",
alternate="Scaling")
@Expose
@Nullable
public PrintScaling scaling
@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