Uses of Enum Class
org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
Packages that use NotificationClassification.Type
-
Uses of NotificationClassification.Type in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return NotificationClassification.TypeModifier and TypeMethodDescriptionNotificationClassification.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static NotificationClassification.Type[]NotificationClassification.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 NotificationClassification.TypeModifierConstructorDescriptionCreates an instance of aNotificationClassificationrecord class.