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.KindGraphQueryResponseItem.NodeItem.kind()default GraphQueryResponseItem.KindGraphQueryResponseItem.RelationItem.kind()default GraphQueryResponseItem.KindGraphQueryResponseItem.ScalarItem.kind()static GraphQueryResponseItem.KindReturns 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.