Uses of Class
odata.msgraph.client.enums.EndUserNotificationPreference
-
Packages that use EndUserNotificationPreference Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of EndUserNotificationPreference in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as EndUserNotificationPreference Modifier and Type Field Description protected EndUserNotificationPreferenceEndUserNotificationSetting. notificationPreferenceMethods in odata.msgraph.client.complex that return types with arguments of type EndUserNotificationPreference Modifier and Type Method Description Optional<EndUserNotificationPreference>EndUserNotificationSetting. getNotificationPreference()Methods in odata.msgraph.client.complex with parameters of type EndUserNotificationPreference Modifier and Type Method Description NoTrainingNotificationSetting.BuilderNoTrainingNotificationSetting.Builder. notificationPreference(EndUserNotificationPreference notificationPreference)TrainingNotificationSetting.BuilderTrainingNotificationSetting.Builder. notificationPreference(EndUserNotificationPreference notificationPreference)EndUserNotificationSettingEndUserNotificationSetting. withNotificationPreference(EndUserNotificationPreference notificationPreference) -
Uses of EndUserNotificationPreference in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return EndUserNotificationPreference Modifier and Type Method Description static EndUserNotificationPreferenceEndUserNotificationPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static EndUserNotificationPreference[]EndUserNotificationPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-