Uses of Enum Class
org.neo4j.driver.NotificationClassification
-
Uses of NotificationClassification in org.neo4j.driver
Modifier and TypeMethodDescriptionstatic NotificationClassification
Returns the enum constant of this class with the specified name.static NotificationClassification[]
NotificationClassification.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConfig.disabledNotificationClassifications()
Returns a set of disabled notification classifications.SessionConfig.disabledNotificationClassifications()
Returns a set of disabled notification classifications.Modifier and TypeMethodDescriptionConfig.ConfigBuilder.withDisabledNotificationClassifications
(Set<NotificationClassification> disabledNotificationClassifications) Sets a set of disabled classifications for notifications produced by the server.SessionConfig.Builder.withDisabledNotificationClassifications
(Set<NotificationClassification> disabledNotificationClassifications) Sets a set of disabled classifications for notifications produced by the server. -
Uses of NotificationClassification in org.neo4j.driver.internal.summary
ModifierConstructorDescriptionInternalNotification
(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationClassification classification, String rawClassification, InputPosition position) -
Uses of NotificationClassification in org.neo4j.driver.summary
Modifier and TypeMethodDescriptiondefault Optional<NotificationClassification>
Notification.classification()
ReturnsNotificationClassification
derived from the diagnostic record.