Uses of Interface
org.neo4j.driver.NotificationSeverity
Packages that use NotificationSeverity
-
Uses of NotificationSeverity in org.neo4j.driver
Fields in org.neo4j.driver declared as NotificationSeverityModifier and TypeFieldDescriptionstatic final NotificationSeverityNotificationSeverity.INFORMATIONAn information severity level.static final NotificationSeverityNotificationSeverity.WARNINGA warning severity level.Methods in org.neo4j.driver with parameters of type NotificationSeverityModifier and TypeMethodDescriptionNotificationConfig.enableMinimumSeverity(NotificationSeverity minimumSeverity) Returns a config that sets a minimum severity level for notifications. -
Uses of NotificationSeverity in org.neo4j.driver.internal.summary
Methods in org.neo4j.driver.internal.summary that return types with arguments of type NotificationSeverityConstructors in org.neo4j.driver.internal.summary with parameters of type NotificationSeverityModifierConstructorDescriptionInternalNotification(String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationCategory category, String rawCategory, InputPosition position) -
Uses of NotificationSeverity in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type NotificationSeverityModifier and TypeMethodDescriptiondefault Optional<NotificationSeverity>Notification.severityLevel()Returns the severity level of the notification.