Uses of Class
odata.msgraph.client.complex.BaseEndUserNotification
-
Packages that use BaseEndUserNotification Package Description odata.msgraph.client.complex -
-
Uses of BaseEndUserNotification in odata.msgraph.client.complex
Subclasses of BaseEndUserNotification in odata.msgraph.client.complex Modifier and Type Class Description classPositiveReinforcementNotificationclassSimulationNotificationclassTrainingReminderNotificationFields in odata.msgraph.client.complex declared as BaseEndUserNotification Modifier and Type Field Description protected BaseEndUserNotificationTrainingNotificationSetting. trainingAssignmentMethods in odata.msgraph.client.complex that return BaseEndUserNotification Modifier and Type Method Description BaseEndUserNotificationBaseEndUserNotification.Builder. build()BaseEndUserNotificationBaseEndUserNotification. withDefaultLanguage(String defaultLanguage)BaseEndUserNotificationBaseEndUserNotification. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type BaseEndUserNotification Modifier and Type Method Description Optional<BaseEndUserNotification>TrainingNotificationSetting. getTrainingAssignment()Methods in odata.msgraph.client.complex with parameters of type BaseEndUserNotification Modifier and Type Method Description TrainingNotificationSetting.BuilderTrainingNotificationSetting.Builder. trainingAssignment(BaseEndUserNotification trainingAssignment)TrainingNotificationSettingTrainingNotificationSetting. withTrainingAssignment(BaseEndUserNotification trainingAssignment)
-