Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactOwner
-
Packages that use ArtifactOwner Package Description io.apicurio.registry.rest.v2 -
-
Uses of ArtifactOwner in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return ArtifactOwner Modifier and Type Method Description ArtifactOwnerGroupsResource. 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 ArtifactOwner Modifier and Type Method Description voidGroupsResource. updateArtifactOwner(String groupId, String artifactId, ArtifactOwner data)Changes the ownership of an artifact.
-