Uses of Class
odata.msgraph.client.complex.EndUserNotificationSetting
-
Packages that use EndUserNotificationSetting Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of EndUserNotificationSetting in odata.msgraph.client.complex
Subclasses of EndUserNotificationSetting in odata.msgraph.client.complex Modifier and Type Class Description classNoTrainingNotificationSettingclassTrainingNotificationSettingMethods in odata.msgraph.client.complex that return EndUserNotificationSetting Modifier and Type Method Description EndUserNotificationSettingEndUserNotificationSetting. withNotificationPreference(EndUserNotificationPreference notificationPreference)EndUserNotificationSettingEndUserNotificationSetting. withPositiveReinforcement(PositiveReinforcementNotification positiveReinforcement)EndUserNotificationSettingEndUserNotificationSetting. withSettingType(EndUserNotificationSettingType settingType)EndUserNotificationSettingEndUserNotificationSetting. withUnmappedField(String name, Object value) -
Uses of EndUserNotificationSetting in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EndUserNotificationSetting Modifier and Type Field Description protected EndUserNotificationSettingSimulation. endUserNotificationSettingMethods in odata.msgraph.client.entity that return types with arguments of type EndUserNotificationSetting Modifier and Type Method Description Optional<EndUserNotificationSetting>Simulation. getEndUserNotificationSetting()Methods in odata.msgraph.client.entity with parameters of type EndUserNotificationSetting Modifier and Type Method Description Simulation.BuilderSimulation.Builder. endUserNotificationSetting(EndUserNotificationSetting endUserNotificationSetting)SimulationSimulation. withEndUserNotificationSetting(EndUserNotificationSetting endUserNotificationSetting)
-