Uses of Class
io.apicurio.registry.rest.client.search.artifacts.ArtifactsRequestBuilder.PostRequestConfiguration
Packages that use ArtifactsRequestBuilder.PostRequestConfiguration
-
Uses of ArtifactsRequestBuilder.PostRequestConfiguration in io.apicurio.registry.rest.client.search.artifacts
Method parameters in io.apicurio.registry.rest.client.search.artifacts with type arguments of type ArtifactsRequestBuilder.PostRequestConfigurationModifier and TypeMethodDescriptionArtifactsRequestBuilder.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`)com.microsoft.kiota.RequestInformationArtifactsRequestBuilder.toPostRequestInformation(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`)