Uses of Class
io.apicurio.registry.rest.client.models.ArtifactSearchResults
Packages that use ArtifactSearchResults
Package
Description
-
Uses of ArtifactSearchResults in io.apicurio.registry.rest.client.groups.item.artifacts
Methods in io.apicurio.registry.rest.client.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.models
Methods in io.apicurio.registry.rest.client.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.search.artifacts
Methods in io.apicurio.registry.rest.client.search.artifacts that return ArtifactSearchResultsModifier and TypeMethodDescriptionArtifactsRequestBuilder.get()Returns a paginated list of all artifacts that match the provided filter criteria.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)ArtifactsRequestBuilder.get(Consumer<ArtifactsRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a paginated list of all artifacts that match the provided filter criteria.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)ArtifactsRequestBuilder.post(InputStream body, String contentType) Returns a paginated list of all artifacts with at least one version that matches theposted content.This operation can fail for the following reasons:* Provided content (request body) was empty (HTTP error `400`)* A server error occurred (HTTP error `500`)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.This operation can fail for the following reasons:* Provided content (request body) was empty (HTTP error `400`)* A server error occurred (HTTP error `500`) -
Uses of ArtifactSearchResults in io.apicurio.registry.rest.client.search.contracts
Methods in io.apicurio.registry.rest.client.search.contracts that return ArtifactSearchResultsModifier and TypeMethodDescriptionContractsRequestBuilder.get()Searches for artifacts that have contract metadata labels.ContractsRequestBuilder.get(Consumer<ContractsRequestBuilder.GetRequestConfiguration> requestConfiguration) Searches for artifacts that have contract metadata labels.