Uses of Class
io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.owner.OwnerRequestBuilder.PutRequestConfiguration
Packages that use OwnerRequestBuilder.PutRequestConfiguration
-
Uses of OwnerRequestBuilder.PutRequestConfiguration in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.owner
Method parameters in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.owner with type arguments of type OwnerRequestBuilder.PutRequestConfigurationModifier and TypeMethodDescriptionvoidOwnerRequestBuilder.put(ArtifactOwner body, Consumer<OwnerRequestBuilder.PutRequestConfiguration> requestConfiguration) Changes the ownership of an artifact.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationOwnerRequestBuilder.toPutRequestInformation(ArtifactOwner body, Consumer<OwnerRequestBuilder.PutRequestConfiguration> requestConfiguration) Changes the ownership of an artifact.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)