Uses of Class
io.apicurio.registry.rest.v2.beans.UpdateState
-
Packages that use UpdateState Package Description io.apicurio.registry.rest.v2 -
-
Uses of UpdateState in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type UpdateState Modifier and Type Method Description void
GroupsResource. updateArtifactState(String groupId, String artifactId, UpdateState data)
Updates the state of the artifact.void
GroupsResource. updateArtifactVersionState(String groupId, String artifactId, String version, UpdateState data)
Updates the state of a specific version of an artifact.
-