Uses of Enum
com.microsoft.graph.models.LifecycleEventType
Packages that use LifecycleEventType
-
Uses of LifecycleEventType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return LifecycleEventTypeModifier and TypeMethodDescriptionstatic LifecycleEventTypeChangeNotification.getLifecycleEvent()Gets the lifecycleEvent property value.static LifecycleEventTypeReturns the enum constant of this type with the specified name.static LifecycleEventType[]LifecycleEventType.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 LifecycleEventTypeModifier and TypeMethodDescriptionvoidChangeNotification.setLifecycleEvent(LifecycleEventType value) Sets the lifecycleEvent property value.