Uses of Enum Class
org.neo4j.driver.NotificationClassification
Packages that use NotificationClassification
-
Uses of NotificationClassification in org.neo4j.driver
Subclasses with type arguments of type NotificationClassification in org.neo4j.driverMethods in org.neo4j.driver that return NotificationClassificationModifier and TypeMethodDescriptionstatic NotificationClassificationReturns 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.Methods in org.neo4j.driver that return types with arguments of type NotificationClassificationModifier and TypeMethodDescriptionConfig.disabledNotificationClassifications()Returns a set of disabled notification classifications.SessionConfig.disabledNotificationClassifications()Returns a set of disabled notification classifications.Method parameters in org.neo4j.driver with type arguments of type NotificationClassificationModifier 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
Methods in org.neo4j.driver.internal.summary that return types with arguments of type NotificationClassificationConstructors in org.neo4j.driver.internal.summary with parameters of type NotificationClassificationModifierConstructorDescriptionInternalGqlNotification(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, InputPosition position, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationClassification classification, String rawClassification, String code, String title, String description) -
Uses of NotificationClassification in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type NotificationClassificationModifier and TypeMethodDescriptionGqlNotification.classification()ReturnsNotificationClassificationderived from the diagnostic record.