Uses of Record Class
org.neo4j.driver.internal.bolt.api.NotificationSeverity
Packages that use NotificationSeverity
-
Uses of NotificationSeverity in org.neo4j.driver.internal.bolt.api
Fields in org.neo4j.driver.internal.bolt.api declared as NotificationSeverityModifier and TypeFieldDescriptionstatic final NotificationSeverityNotificationSeverity.INFORMATIONstatic final NotificationSeverityNotificationSeverity.OFFstatic final NotificationSeverityNotificationSeverity.WARNINGMethods in org.neo4j.driver.internal.bolt.api that return NotificationSeverityModifier and TypeMethodDescriptionNotificationConfig.minimumSeverity()Returns the value of theminimumSeverityrecord component.Methods in org.neo4j.driver.internal.bolt.api that return types with arguments of type NotificationSeverityMethods in org.neo4j.driver.internal.bolt.api with parameters of type NotificationSeverityModifier and TypeMethodDescriptionintNotificationSeverity.compareTo(NotificationSeverity severity) Constructors in org.neo4j.driver.internal.bolt.api with parameters of type NotificationSeverityModifierConstructorDescriptionNotificationConfig(NotificationSeverity minimumSeverity, Set<NotificationClassification> disabledClassifications) Creates an instance of aNotificationConfigrecord class.