Uses of Enum
com.microsoft.graph.models.PrintEvent
Packages that use PrintEvent
-
Uses of PrintEvent in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintEventModifier and TypeMethodDescriptionstatic PrintEventPrintTaskTrigger.getEvent()Gets the event property value.static PrintEventReturns the enum constant of this type with the specified name.static PrintEvent[]PrintEvent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type PrintEventModifier and TypeMethodDescriptionvoidPrintTaskTrigger.setEvent(PrintEvent value) Sets the event property value.