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