Uses of Class
io.apicurio.registry.rest.client.models.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.comments
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.comments that return CommentModifier and TypeMethodDescriptionCommentsRequestBuilder.post(NewComment body) Adds a new comment to the artifact version.CommentsRequestBuilder.post(NewComment body, Consumer<CommentsRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a new comment to the artifact version.Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.comments that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentsRequestBuilder.get()Retrieves all comments for a version of an artifact.CommentsRequestBuilder.get(Consumer<CommentsRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieves all comments for a version of an artifact. -
Uses of Comment in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return CommentModifier and TypeMethodDescriptionstatic CommentComment.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value