Uses of Interface
org.neo4j.driver.NotificationCategory
Packages that use NotificationCategory
-
Uses of NotificationCategory in org.neo4j.driver
Fields in org.neo4j.driver declared as NotificationCategoryModifier and TypeFieldDescriptionstatic final NotificationCategoryNotificationCategory.DEPRECATIONA deprecation category.static final NotificationCategoryNotificationCategory.GENERICA generic category.static final NotificationCategoryNotificationCategory.HINTA hint category.static final NotificationCategoryNotificationCategory.PERFORMANCEA performance category.static final NotificationCategoryNotificationCategory.UNRECOGNIZEDAn unrecognized category.static final NotificationCategoryNotificationCategory.UNSUPPORTEDAn unsupported category.Method parameters in org.neo4j.driver with type arguments of type NotificationCategoryModifier and TypeMethodDescriptionNotificationConfig.disableCategories(Set<NotificationCategory> disabledCategories) Returns a config that disables a set of notification categories. -
Uses of NotificationCategory in org.neo4j.driver.internal.summary
Methods in org.neo4j.driver.internal.summary that return types with arguments of type NotificationCategoryConstructors in org.neo4j.driver.internal.summary with parameters of type NotificationCategoryModifierConstructorDescriptionInternalNotification(String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationCategory category, String rawCategory, InputPosition position) -
Uses of NotificationCategory in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type NotificationCategoryModifier and TypeMethodDescriptiondefault Optional<NotificationCategory>Notification.category()Returns the category of the notification.