Uses of Class
io.apicurio.registry.rest.v2.beans.NewComment
Packages that use NewComment
-
Uses of NewComment in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type NewCommentModifier and TypeMethodDescriptionGroupsResource.addArtifactVersionComment(String groupId, String artifactId, String version, @NotNull NewComment data) Adds a new comment to the artifact version.voidGroupsResource.updateArtifactVersionComment(String groupId, String artifactId, String version, String commentId, @NotNull NewComment data) Updates the value of a single comment in an artifact version.