Uses of Class
io.apicurio.registry.rest.v3.beans.VersionContent
Packages that use VersionContent
-
Uses of VersionContent in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type VersionContentModifier and TypeMethodDescriptionvoidGroupsResource.updateArtifactVersionContent(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, @NotNull VersionContent data) Updates the content of a single version of an artifact. -
Uses of VersionContent in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return VersionContentMethods in io.apicurio.registry.rest.v3.beans with parameters of type VersionContentModifier and TypeMethodDescriptionvoidCreateVersion.setContent(VersionContent content) (Required)