Uses of Class
odata.msgraph.client.beta.enums.PrintColorConfiguration
-
Packages that use PrintColorConfiguration Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrintColorConfiguration in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PrintColorConfiguration Modifier and Type Field Description protected PrintColorConfigurationPrinterDefaults. printColorConfigurationFields in odata.msgraph.client.beta.complex with type parameters of type PrintColorConfiguration Modifier and Type Field Description protected List<PrintColorConfiguration>PrinterCapabilities. supportedColorConfigurationsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrintColorConfiguration Modifier and Type Method Description Optional<PrintColorConfiguration>PrinterDefaults. getPrintColorConfiguration()com.github.davidmoten.odata.client.CollectionPage<PrintColorConfiguration>PrinterCapabilities. getSupportedColorConfigurations()com.github.davidmoten.odata.client.CollectionPage<PrintColorConfiguration>PrinterCapabilities. getSupportedColorConfigurations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrintColorConfiguration Modifier and Type Method Description PrinterDefaults.BuilderPrinterDefaults.Builder. printColorConfiguration(PrintColorConfiguration printColorConfiguration)PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedColorConfigurations(PrintColorConfiguration... supportedColorConfigurations)PrinterDefaultsPrinterDefaults. withPrintColorConfiguration(PrintColorConfiguration printColorConfiguration)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrintColorConfiguration Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedColorConfigurations(List<PrintColorConfiguration> supportedColorConfigurations) -
Uses of PrintColorConfiguration in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrintColorConfiguration Modifier and Type Method Description static PrintColorConfigurationPrintColorConfiguration. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintColorConfiguration[]PrintColorConfiguration. values()Returns an array containing the constants of this enum type, in the order they are declared.
-