Uses of Class
io.weaviate.client.v1.graphql.query.argument.SortOrder
-
Packages that use SortOrder Package Description io.weaviate.client.v1.graphql.query.argument -
-
Uses of SortOrder in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return SortOrder Modifier and Type Method Description SortOrderSortArgument. getOrder()static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. 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 SortOrder Modifier and Type Method Description SortArgument.SortArgumentBuilderSortArgument.SortArgumentBuilder. order(SortOrder order)
-