Class VersionSearchResults
java.lang.Object
io.apicurio.registry.rest.v1.beans.VersionSearchResults
Describes the response received when searching for artifacts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()The total number of artifacts that matched the search criteria.(Required)voidThe total number of artifacts that matched the search criteria.voidsetVersions(List<SearchedVersion> versions) (Required)toString()
-
Constructor Details
-
VersionSearchResults
public VersionSearchResults()
-
-
Method Details