Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactOwner
Packages that use ArtifactOwner
-
Uses of ArtifactOwner in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return ArtifactOwnerModifier and TypeMethodDescriptionGroupsResource.getArtifactOwner(String groupId, String artifactId) Gets the owner of an artifact in the registry.Methods in io.apicurio.registry.rest.v2 with parameters of type ArtifactOwnerModifier and TypeMethodDescriptionvoidGroupsResource.updateArtifactOwner(String groupId, String artifactId, @NotNull ArtifactOwner data) Changes the ownership of an artifact.