Uses of Class
odata.msgraph.client.beta.enums.PrintScaling
-
Packages that use PrintScaling Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrintScaling in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PrintScaling Modifier and Type Field Description protected PrintScalingPrinterDefaults. scalingprotected PrintScalingPrinterDocumentConfiguration. scalingprotected PrintScalingPrintJobConfiguration. scalingFields in odata.msgraph.client.beta.complex with type parameters of type PrintScaling Modifier and Type Field Description protected List<PrintScaling>PrinterCapabilities. scalingsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrintScaling Modifier and Type Method Description Optional<PrintScaling>PrinterDefaults. getScaling()Optional<PrintScaling>PrinterDocumentConfiguration. getScaling()Optional<PrintScaling>PrintJobConfiguration. getScaling()com.github.davidmoten.odata.client.CollectionPage<PrintScaling>PrinterCapabilities. getScalings()com.github.davidmoten.odata.client.CollectionPage<PrintScaling>PrinterCapabilities. getScalings(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrintScaling Modifier and Type Method Description PrinterDefaults.BuilderPrinterDefaults.Builder. scaling(PrintScaling scaling)PrinterDocumentConfiguration.BuilderPrinterDocumentConfiguration.Builder. scaling(PrintScaling scaling)PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. scaling(PrintScaling scaling)PrinterCapabilities.BuilderPrinterCapabilities.Builder. scalings(PrintScaling... scalings)PrinterDefaultsPrinterDefaults. withScaling(PrintScaling scaling)PrinterDocumentConfigurationPrinterDocumentConfiguration. withScaling(PrintScaling scaling)PrintJobConfigurationPrintJobConfiguration. withScaling(PrintScaling scaling)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrintScaling Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. scalings(List<PrintScaling> scalings) -
Uses of PrintScaling in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrintScaling Modifier and Type Method Description static PrintScalingPrintScaling. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintScaling[]PrintScaling. values()Returns an array containing the constants of this enum type, in the order they are declared.
-