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 voidArtifactsResource. 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.
-