Uses of Class
technology.semi.weaviate.client.v1.graphql.query.argument.GroupType
-
Packages that use GroupType Package Description technology.semi.weaviate.client.v1.graphql.query.argument -
-
Uses of GroupType in technology.semi.weaviate.client.v1.graphql.query.argument
Methods in technology.semi.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 technology.semi.weaviate.client.v1.graphql.query.argument with parameters of type GroupType Modifier and Type Method Description GroupArgument.GroupArgumentBuilderGroupArgument.GroupArgumentBuilder. type(GroupType type)
-