Uses of Class
technology.semi.weaviate.client.v1.graphql.query.argument.SortArgument.SortArgumentBuilder
-
Packages that use SortArgument.SortArgumentBuilder Package Description technology.semi.weaviate.client.v1.graphql technology.semi.weaviate.client.v1.graphql.query.argument -
-
Uses of SortArgument.SortArgumentBuilder in technology.semi.weaviate.client.v1.graphql
Methods in technology.semi.weaviate.client.v1.graphql that return SortArgument.SortArgumentBuilder Modifier and Type Method Description SortArgument.SortArgumentBuilderGraphQL.Arguments. sortArgBuilder() -
Uses of SortArgument.SortArgumentBuilder in technology.semi.weaviate.client.v1.graphql.query.argument
Methods in technology.semi.weaviate.client.v1.graphql.query.argument that return SortArgument.SortArgumentBuilder Modifier and Type Method Description static SortArgument.SortArgumentBuilderSortArgument. builder()SortArgument.SortArgumentBuilderSortArgument.SortArgumentBuilder. order(SortOrder order)SortArgument.SortArgumentBuilderSortArgument.SortArgumentBuilder. path(String[] path)
-