Uses of Enum
com.microsoft.graph.models.NotificationEventsType
Packages that use NotificationEventsType
-
Uses of NotificationEventsType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return NotificationEventsTypeModifier and TypeMethodDescriptionstatic NotificationEventsTypestatic NotificationEventsTypeReturns the enum constant of this type with the specified name.static NotificationEventsType[]NotificationEventsType.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 NotificationEventsTypeModifier and TypeMethodDescriptionEmailNotificationsSetting.getAdditionalEvents()Gets the additionalEvents property value.Method parameters in com.microsoft.graph.models with type arguments of type NotificationEventsTypeModifier and TypeMethodDescriptionvoidEmailNotificationsSetting.setAdditionalEvents(EnumSet<NotificationEventsType> value) Sets the additionalEvents property value.