Uses of Class
odata.msgraph.client.complex.TrainingReminderNotification
-
Packages that use TrainingReminderNotification Package Description odata.msgraph.client.complex -
-
Uses of TrainingReminderNotification in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as TrainingReminderNotification Modifier and Type Field Description protected TrainingReminderNotificationTrainingNotificationSetting. trainingReminderMethods in odata.msgraph.client.complex that return TrainingReminderNotification Modifier and Type Method Description TrainingReminderNotificationTrainingReminderNotification.Builder. build()TrainingReminderNotificationTrainingReminderNotification. withDeliveryFrequency(NotificationDeliveryFrequency deliveryFrequency)TrainingReminderNotificationTrainingReminderNotification. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type TrainingReminderNotification Modifier and Type Method Description Optional<TrainingReminderNotification>TrainingNotificationSetting. getTrainingReminder()Methods in odata.msgraph.client.complex with parameters of type TrainingReminderNotification Modifier and Type Method Description TrainingNotificationSetting.BuilderTrainingNotificationSetting.Builder. trainingReminder(TrainingReminderNotification trainingReminder)TrainingNotificationSettingTrainingNotificationSetting. withTrainingReminder(TrainingReminderNotification trainingReminder)
-