Uses of Class
io.apicurio.registry.rest.client.models.NewComment
Packages that use NewComment
Package
Description
-
Uses of NewComment 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 with parameters of type NewCommentModifier 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.com.microsoft.kiota.RequestInformationCommentsRequestBuilder.toPostRequestInformation(NewComment body) Adds a new comment to the artifact version.com.microsoft.kiota.RequestInformationCommentsRequestBuilder.toPostRequestInformation(NewComment body, Consumer<CommentsRequestBuilder.PostRequestConfiguration> requestConfiguration) Adds a new comment to the artifact version. -
Uses of NewComment in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.comments.item
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.comments.item with parameters of type NewCommentModifier and TypeMethodDescriptionvoidWithCommentItemRequestBuilder.put(NewComment body) Updates the value of a single comment in an artifact version.voidWithCommentItemRequestBuilder.put(NewComment body, Consumer<WithCommentItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the value of a single comment in an artifact version.com.microsoft.kiota.RequestInformationWithCommentItemRequestBuilder.toPutRequestInformation(NewComment body) Updates the value of a single comment in an artifact version.com.microsoft.kiota.RequestInformationWithCommentItemRequestBuilder.toPutRequestInformation(NewComment body, Consumer<WithCommentItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the value of a single comment in an artifact version. -
Uses of NewComment in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return NewCommentModifier and TypeMethodDescriptionstatic NewCommentNewComment.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value