Uses of Enum
com.microsoft.graph.models.EndUserNotificationType
Packages that use EndUserNotificationType
-
Uses of EndUserNotificationType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EndUserNotificationTypeModifier and TypeMethodDescriptionstatic EndUserNotificationTypeEndUserNotification.getNotificationType()Gets the notificationType property value.static EndUserNotificationTypeReturns the enum constant of this type with the specified name.static EndUserNotificationType[]EndUserNotificationType.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 EndUserNotificationTypeModifier and TypeMethodDescriptionvoidEndUserNotification.setNotificationType(EndUserNotificationType value) Sets the notificationType property value.