Uses of Class
io.apicurio.registry.rest.v1.beans.SearchOver
-
Packages that use SearchOver Package Description io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v1.beans -
-
Uses of SearchOver in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type SearchOver 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 SearchOver in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return SearchOver Modifier and Type Method Description static SearchOverSearchOver. fromValue(String value)static SearchOverSearchOver. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchOver[]SearchOver. values()Returns an array containing the constants of this enum type, in the order they are declared.
-