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