Uses of Class
io.apicurio.registry.rest.v1.beans.SearchedArtifact
-
Packages that use SearchedArtifact Package Description io.apicurio.registry.rest.v1.beans -
-
Uses of SearchedArtifact in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return types with arguments of type SearchedArtifact Modifier and Type Method Description List<SearchedArtifact>
ArtifactSearchResults. getArtifacts()
The artifacts that matched the search criteria.Method parameters in io.apicurio.registry.rest.v1.beans with type arguments of type SearchedArtifact Modifier and Type Method Description void
ArtifactSearchResults. setArtifacts(List<SearchedArtifact> artifacts)
The artifacts that matched the search criteria.
-