Class ArtifactSearchResults
java.lang.Object
io.apicurio.registry.rest.v1.beans.ArtifactSearchResults
Describes the response received when searching for artifacts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe artifacts that matched the search criteria.getCount()The total number of artifacts that matched the search criteria.voidsetArtifacts(List<SearchedArtifact> artifacts) The artifacts that matched the search criteria.voidThe total number of artifacts that matched the search criteria.toString()
-
Constructor Details
-
ArtifactSearchResults
public ArtifactSearchResults()
-
-
Method Details
-
getArtifacts
The artifacts that matched the search criteria. (Required) -
setArtifacts
The artifacts that matched the search criteria. (Required) -
getCount
The total number of artifacts that matched the search criteria. (Required) -
setCount
The total number of artifacts that matched the search criteria. (Required) -
toString
-