Uses of Class
io.apicurio.registry.rest.v3.beans.WrappedVersionState
Packages that use WrappedVersionState
-
Uses of WrappedVersionState in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return WrappedVersionStateModifier and TypeMethodDescriptionGroupsResource.getArtifactVersionState(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression) Gets the current state of an artifact version.Methods in io.apicurio.registry.rest.v3 with parameters of type WrappedVersionStateModifier and TypeMethodDescriptionvoidGroupsResource.updateArtifactVersionState(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, Boolean dryRun, @NotNull WrappedVersionState data) Updates the state of an artifact version.