Uses of Class
technology.semi.weaviate.client.v1.graphql.query.argument.SortArgument
-
Packages that use SortArgument Package Description technology.semi.weaviate.client.v1.graphql.query technology.semi.weaviate.client.v1.graphql.query.argument -
-
Uses of SortArgument in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.weaviate.client.v1.graphql.query with parameters of type SortArgument Modifier and Type Method Description GetGet. withSort(SortArgument... sort) -
Uses of SortArgument in technology.semi.weaviate.client.v1.graphql.query.argument
Methods in technology.semi.weaviate.client.v1.graphql.query.argument that return SortArgument Modifier and Type Method Description SortArgumentSortArgument.SortArgumentBuilder. build()SortArgument[]SortArguments. getSort()Methods in technology.semi.weaviate.client.v1.graphql.query.argument with parameters of type SortArgument Modifier and Type Method Description SortArguments.SortArgumentsBuilderSortArguments.SortArgumentsBuilder. sort(SortArgument[] sort)
-