Class VersionSearchResults
java.lang.Object
io.apicurio.registry.rest.v2.beans.VersionSearchResults
Describes the response received when searching for artifacts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()The total number of versions that matched the query (may be more than the number of versions returned in the result set).The collection of artifact versions returned in the result set.voidThe total number of versions that matched the query (may be more than the number of versions returned in the result set).voidsetVersions(List<SearchedVersion> versions) The collection of artifact versions returned in the result set.
-
Constructor Details
-
VersionSearchResults
public VersionSearchResults()
-
-
Method Details
-
getCount
The total number of versions that matched the query (may be more than the number of versions returned in the result set). (Required) -
setCount
The total number of versions that matched the query (may be more than the number of versions returned in the result set). (Required) -
getVersions
The collection of artifact versions returned in the result set. (Required) -
setVersions
The collection of artifact versions returned in the result set. (Required)
-