Uses of Record Class
org.neo4j.driver.internal.bolt.api.NotificationClassification
Packages that use NotificationClassification
-
Uses of NotificationClassification in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return types with arguments of type NotificationClassificationModifier and TypeMethodDescriptionNotificationConfig.disabledClassifications()Returns the value of thedisabledClassificationsrecord component.static Optional<NotificationClassification>Constructor parameters in org.neo4j.driver.internal.bolt.api with type arguments of type NotificationClassificationModifierConstructorDescriptionNotificationConfig(NotificationSeverity minimumSeverity, Set<NotificationClassification> disabledClassifications) Creates an instance of aNotificationConfigrecord class.