Uses of Class
odata.msgraph.client.beta.enums.PrintPresentationDirection
-
Packages that use PrintPresentationDirection Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrintPresentationDirection in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PrintPresentationDirection Modifier and Type Field Description protected PrintPresentationDirectionPrinterDefaults. presentationDirectionFields in odata.msgraph.client.beta.complex with type parameters of type PrintPresentationDirection Modifier and Type Field Description protected List<PrintPresentationDirection>PrinterCapabilities. supportedPresentationDirectionsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrintPresentationDirection Modifier and Type Method Description Optional<PrintPresentationDirection>PrinterDefaults. getPresentationDirection()com.github.davidmoten.odata.client.CollectionPage<PrintPresentationDirection>PrinterCapabilities. getSupportedPresentationDirections()com.github.davidmoten.odata.client.CollectionPage<PrintPresentationDirection>PrinterCapabilities. getSupportedPresentationDirections(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrintPresentationDirection Modifier and Type Method Description PrinterDefaults.BuilderPrinterDefaults.Builder. presentationDirection(PrintPresentationDirection presentationDirection)PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedPresentationDirections(PrintPresentationDirection... supportedPresentationDirections)PrinterDefaultsPrinterDefaults. withPresentationDirection(PrintPresentationDirection presentationDirection)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrintPresentationDirection Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. supportedPresentationDirections(List<PrintPresentationDirection> supportedPresentationDirections) -
Uses of PrintPresentationDirection in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrintPresentationDirection Modifier and Type Method Description static PrintPresentationDirectionPrintPresentationDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintPresentationDirection[]PrintPresentationDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-