Uses of Class
io.apicurio.registry.rest.v3.beans.NewComment
Packages that use NewComment
-
Uses of NewComment in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type NewCommentModifier and TypeMethodDescriptionGroupsResource.addArtifactVersionComment(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, @NotNull NewComment data) Adds a new comment to the artifact version.voidGroupsResource.updateArtifactVersionComment(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, String commentId, @NotNull NewComment data) Updates the value of a single comment in an artifact version.