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