Uses of Class
io.weaviate.client.v1.graphql.query.argument.GroupType
-
Packages that use GroupType Package Description io.weaviate.client.v1.graphql.query.argument -
-
Uses of GroupType in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return GroupType Modifier and Type Method Description GroupTypeGroupArgument. getType()static GroupTypeGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupType[]GroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.weaviate.client.v1.graphql.query.argument with parameters of type GroupType Modifier and Type Method Description GroupArgument.GroupArgumentBuilderGroupArgument.GroupArgumentBuilder. type(GroupType type)
-