Uses of Class
odata.msgraph.client.enums.NotificationDeliveryFrequency
-
Packages that use NotificationDeliveryFrequency Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of NotificationDeliveryFrequency in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as NotificationDeliveryFrequency Modifier and Type Field Description protected NotificationDeliveryFrequencyTrainingReminderNotification. deliveryFrequencyMethods in odata.msgraph.client.complex that return types with arguments of type NotificationDeliveryFrequency Modifier and Type Method Description Optional<NotificationDeliveryFrequency>TrainingReminderNotification. getDeliveryFrequency()Methods in odata.msgraph.client.complex with parameters of type NotificationDeliveryFrequency Modifier and Type Method Description TrainingReminderNotification.BuilderTrainingReminderNotification.Builder. deliveryFrequency(NotificationDeliveryFrequency deliveryFrequency)TrainingReminderNotificationTrainingReminderNotification. withDeliveryFrequency(NotificationDeliveryFrequency deliveryFrequency) -
Uses of NotificationDeliveryFrequency in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return NotificationDeliveryFrequency Modifier and Type Method Description static NotificationDeliveryFrequencyNotificationDeliveryFrequency. valueOf(String name)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.
-