Uses of Enum
com.microsoft.graph.models.NotificationDeliveryFrequency
Packages that use NotificationDeliveryFrequency
-
Uses of NotificationDeliveryFrequency in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return NotificationDeliveryFrequencyModifier and TypeMethodDescriptionTrainingReminderNotification.getDeliveryFrequency()Gets the deliveryFrequency property value.Returns the enum constant of this type with the specified name.static NotificationDeliveryFrequency[]NotificationDeliveryFrequency.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 NotificationDeliveryFrequencyModifier and TypeMethodDescriptionvoidTrainingReminderNotification.setDeliveryFrequency(NotificationDeliveryFrequency value) Sets the deliveryFrequency property value.