Uses of Class
io.apicurio.registry.rest.v3.beans.CreateVersion
Packages that use CreateVersion
-
Uses of CreateVersion in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type CreateVersionModifier and TypeMethodDescriptionGroupsResource.createArtifactVersion(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, Boolean dryRun, @NotNull CreateVersion data) Creates a new version of the artifact by uploading new content. -
Uses of CreateVersion in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return CreateVersionMethods in io.apicurio.registry.rest.v3.beans with parameters of type CreateVersionModifier and TypeMethodDescriptionvoidCreateArtifact.setFirstVersion(CreateVersion firstVersion)