Uses of Class
odata.msgraph.client.beta.enums.PrintMediaType
-
Packages that use PrintMediaType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrintMediaType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type PrintMediaType Modifier and Type Field Description protected List<PrintMediaType>PrinterCapabilities. supportedMediaTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrintMediaType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<PrintMediaType>PrinterCapabilities. getSupportedMediaTypes()com.github.davidmoten.odata.client.CollectionPage<PrintMediaType>PrinterCapabilities. getSupportedMediaTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrintMediaType Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedMediaTypes(PrintMediaType... supportedMediaTypes)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrintMediaType Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedMediaTypes(List<PrintMediaType> supportedMediaTypes) -
Uses of PrintMediaType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrintMediaType Modifier and Type Method Description static PrintMediaTypePrintMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintMediaType[]PrintMediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-