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