Uses of Class
io.apicurio.registry.rest.client.v2.models.ArtifactSearchResults
Packages that use ArtifactSearchResults
Package
Description
-
Uses of ArtifactSearchResults in io.apicurio.registry.rest.client.v2.groups.item.artifacts
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts that return ArtifactSearchResultsModifier and TypeMethodDescriptionArtifactsRequestBuilder.get()Returns a list of all artifacts in the group.ArtifactsRequestBuilder.get(Consumer<ArtifactsRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list of all artifacts in the group. -
Uses of ArtifactSearchResults in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return ArtifactSearchResultsModifier and TypeMethodDescriptionstatic ArtifactSearchResultsArtifactSearchResults.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value -
Uses of ArtifactSearchResults in io.apicurio.registry.rest.client.v2.search.artifacts
Methods in io.apicurio.registry.rest.client.v2.search.artifacts that return ArtifactSearchResultsModifier and TypeMethodDescriptionArtifactsRequestBuilder.get()Returns a paginated list of all artifacts that match the provided filter criteria.ArtifactsRequestBuilder.get(Consumer<ArtifactsRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a paginated list of all artifacts that match the provided filter criteria.ArtifactsRequestBuilder.post(InputStream body, String contentType) Returns a paginated list of all artifacts with at least one version that matches theposted content.ArtifactsRequestBuilder.post(InputStream body, String contentType, Consumer<ArtifactsRequestBuilder.PostRequestConfiguration> requestConfiguration) Returns a paginated list of all artifacts with at least one version that matches theposted content.