Uses of Enum Class
io.quarkus.redis.datasource.graph.GraphQueryResponseItem.Kind
Packages that use GraphQueryResponseItem.Kind
-
Uses of GraphQueryResponseItem.Kind in io.quarkus.redis.datasource.graph
Methods in io.quarkus.redis.datasource.graph that return GraphQueryResponseItem.KindModifier and TypeMethodDescriptionGraphQueryResponseItem.kind()
default GraphQueryResponseItem.Kind
GraphQueryResponseItem.NodeItem.kind()
default GraphQueryResponseItem.Kind
GraphQueryResponseItem.RelationItem.kind()
default GraphQueryResponseItem.Kind
GraphQueryResponseItem.ScalarItem.kind()
static GraphQueryResponseItem.Kind
Returns the enum constant of this class with the specified name.static GraphQueryResponseItem.Kind[]
GraphQueryResponseItem.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.