Uses of Enum
com.microsoft.graph.models.PrintFinishing
Packages that use PrintFinishing
-
Uses of PrintFinishing in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintFinishingModifier and TypeMethodDescriptionstatic PrintFinishingstatic PrintFinishingReturns the enum constant of this type with the specified name.static PrintFinishing[]PrintFinishing.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type PrintFinishingModifier and TypeMethodDescriptionPrinterCapabilities.getFinishings()Gets the finishings property value.PrinterDefaults.getFinishings()Gets the finishings property value.PrintJobConfiguration.getFinishings()Gets the finishings property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintFinishingModifier and TypeMethodDescriptionvoidPrinterCapabilities.setFinishings(List<PrintFinishing> value) Sets the finishings property value.voidPrinterDefaults.setFinishings(List<PrintFinishing> value) Sets the finishings property value.voidPrintJobConfiguration.setFinishings(List<PrintFinishing> value) Sets the finishings property value.