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