Uses of Class
io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.test.TestRequestBuilder.PutRequestConfiguration
Packages that use TestRequestBuilder.PutRequestConfiguration
-
Uses of TestRequestBuilder.PutRequestConfiguration in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.test
Method parameters in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.test with type arguments of type TestRequestBuilder.PutRequestConfigurationModifier and TypeMethodDescriptionvoidTestRequestBuilder.put(InputStream body, String contentType, Consumer<TestRequestBuilder.PutRequestConfiguration> requestConfiguration) Tests whether an update to the artifact's content *would* succeed for the provided content.Ultimately, this applies any rules configured for the artifact against the given contentto determine whether the rules would pass or fail, but without actually updating the artifactcontent.The body of the request should be the raw content of the artifact.com.microsoft.kiota.RequestInformationTestRequestBuilder.toPutRequestInformation(InputStream body, String contentType, Consumer<TestRequestBuilder.PutRequestConfiguration> requestConfiguration) Tests whether an update to the artifact's content *would* succeed for the provided content.Ultimately, this applies any rules configured for the artifact against the given contentto determine whether the rules would pass or fail, but without actually updating the artifactcontent.The body of the request should be the raw content of the artifact.