Uses of Class
io.apicurio.registry.rest.v1.beans.SortOrder
-
Packages that use SortOrder Package Description io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v1.beans -
-
Uses of SortOrder in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type SortOrder Modifier and Type Method Description ArtifactSearchResultsSearchResource. searchArtifacts(String search, Integer offset, Integer limit, SearchOver over, SortOrder order)Returns a paginated list of all artifacts that match the provided search criteria. -
Uses of SortOrder in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. fromValue(String value)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.
-