Uses of Class
odata.msgraph.client.beta.enums.PrintDuplexConfiguration
-
Packages that use PrintDuplexConfiguration Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrintDuplexConfiguration in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PrintDuplexConfiguration Modifier and Type Field Description protected PrintDuplexConfigurationPrinterDefaults. duplexConfigurationFields in odata.msgraph.client.beta.complex with type parameters of type PrintDuplexConfiguration Modifier and Type Field Description protected List<PrintDuplexConfiguration>PrinterCapabilities. supportedDuplexConfigurationsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrintDuplexConfiguration Modifier and Type Method Description Optional<PrintDuplexConfiguration>PrinterDefaults. getDuplexConfiguration()com.github.davidmoten.odata.client.CollectionPage<PrintDuplexConfiguration>PrinterCapabilities. getSupportedDuplexConfigurations()com.github.davidmoten.odata.client.CollectionPage<PrintDuplexConfiguration>PrinterCapabilities. getSupportedDuplexConfigurations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrintDuplexConfiguration Modifier and Type Method Description PrinterDefaults.BuilderPrinterDefaults.Builder. duplexConfiguration(PrintDuplexConfiguration duplexConfiguration)PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedDuplexConfigurations(PrintDuplexConfiguration... supportedDuplexConfigurations)PrinterDefaultsPrinterDefaults. withDuplexConfiguration(PrintDuplexConfiguration duplexConfiguration)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrintDuplexConfiguration Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedDuplexConfigurations(List<PrintDuplexConfiguration> supportedDuplexConfigurations) -
Uses of PrintDuplexConfiguration in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrintDuplexConfiguration Modifier and Type Method Description static PrintDuplexConfigurationPrintDuplexConfiguration. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintDuplexConfiguration[]PrintDuplexConfiguration. values()Returns an array containing the constants of this enum type, in the order they are declared.
-