Uses of Class
io.apicurio.registry.rest.v2.beans.UpdateState
Packages that use UpdateState
-
Uses of UpdateState in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type UpdateStateModifier and TypeMethodDescriptionvoidGroupsResource.updateArtifactState(String groupId, String artifactId, UpdateState data) Updates the state of the artifact.voidGroupsResource.updateArtifactVersionState(String groupId, String artifactId, String version, UpdateState data) Updates the state of a specific version of an artifact.