Uses of Class
com.microsoft.graph.models.EndUserNotificationDetail
Packages that use EndUserNotificationDetail
-
Uses of EndUserNotificationDetail in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EndUserNotificationDetailModifier and TypeMethodDescriptionstatic EndUserNotificationDetailEndUserNotificationDetail.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type EndUserNotificationDetailModifier and TypeMethodDescriptionEndUserNotification.getDetails()Gets the details property value.EndUserNotificationDetailCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type EndUserNotificationDetailModifier and TypeMethodDescriptionvoidEndUserNotification.setDetails(List<EndUserNotificationDetail> value) Sets the details property value.voidEndUserNotificationDetailCollectionResponse.setValue(List<EndUserNotificationDetail> value) Sets the value property value.