Uses of Class
com.microsoft.graph.models.EndUserNotification
Packages that use EndUserNotification
-
Uses of EndUserNotification in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EndUserNotificationModifier and TypeMethodDescriptionstatic EndUserNotificationEndUserNotification.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueBaseEndUserNotification.getEndUserNotification()Gets the endUserNotification property value.Methods in com.microsoft.graph.models that return types with arguments of type EndUserNotificationModifier and TypeMethodDescriptionAttackSimulationRoot.getEndUserNotifications()Gets the endUserNotifications property value.EndUserNotificationCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type EndUserNotificationModifier and TypeMethodDescriptionvoidBaseEndUserNotification.setEndUserNotification(EndUserNotification value) Sets the endUserNotification property value.Method parameters in com.microsoft.graph.models with type arguments of type EndUserNotificationModifier and TypeMethodDescriptionvoidAttackSimulationRoot.setEndUserNotifications(List<EndUserNotification> value) Sets the endUserNotifications property value.voidEndUserNotificationCollectionResponse.setValue(List<EndUserNotification> value) Sets the value property value.