Uses of Enum Class
org.neo4j.driver.internal.bolt.api.NotificationSeverity.Type
Packages that use NotificationSeverity.Type
-
Uses of NotificationSeverity.Type in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return NotificationSeverity.TypeModifier and TypeMethodDescriptionNotificationSeverity.type()Returns the value of thetyperecord component.static NotificationSeverity.TypeReturns the enum constant of this class with the specified name.static NotificationSeverity.Type[]NotificationSeverity.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.neo4j.driver.internal.bolt.api with parameters of type NotificationSeverity.TypeModifierConstructorDescriptionNotificationSeverity(NotificationSeverity.Type type, int level) Creates an instance of aNotificationSeverityrecord class.