Uses of Class
io.apicurio.registry.rest.v2.beans.SearchedVersion
-
Packages that use SearchedVersion Package Description io.apicurio.registry.rest.v2.beans -
-
Uses of SearchedVersion in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return types with arguments of type SearchedVersion Modifier and Type Method Description List<SearchedVersion>
VersionSearchResults. getVersions()
The collection of artifact versions returned in the result set.Method parameters in io.apicurio.registry.rest.v2.beans with type arguments of type SearchedVersion Modifier and Type Method Description void
VersionSearchResults. setVersions(List<SearchedVersion> versions)
The collection of artifact versions returned in the result set.
-