public class PrinterDefaults
extends java.lang.Object
implements com.microsoft.graph.serializer.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
the OData type of the object as returned by the service
|
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 |
---|---|
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="colorMode", alternate="ColorMode") @Expose @Nullable public PrintColorMode colorMode
@SerializedName(value="contentType", alternate="ContentType") @Expose @Nullable public java.lang.String contentType
@SerializedName(value="copiesPerJob", alternate="CopiesPerJob") @Expose @Nullable public java.lang.Integer copiesPerJob
@SerializedName(value="dpi", alternate="Dpi") @Expose @Nullable public java.lang.Integer dpi
@SerializedName(value="duplexMode", alternate="DuplexMode") @Expose @Nullable public PrintDuplexMode duplexMode
@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="mediaColor", alternate="MediaColor") @Expose @Nullable public java.lang.String mediaColor
@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="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.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to