Uses of Class
io.apicurio.registry.rest.client.v2.models.ArtifactOwner
Packages that use ArtifactOwner
Package
Description
-
Uses of ArtifactOwner in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.owner
Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.owner that return ArtifactOwnerModifier and TypeMethodDescriptionOwnerRequestBuilder.get()Gets the owner of an artifact in the registry.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)OwnerRequestBuilder.get(Consumer<OwnerRequestBuilder.GetRequestConfiguration> requestConfiguration) Gets the owner of an artifact in the registry.This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)Methods in io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.owner with parameters of type ArtifactOwnerModifier and TypeMethodDescriptionvoidOwnerRequestBuilder.put(ArtifactOwner body) 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`)voidOwnerRequestBuilder.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) 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`) -
Uses of ArtifactOwner in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return ArtifactOwnerModifier and TypeMethodDescriptionstatic ArtifactOwnerArtifactOwner.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value