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