Class TagUpdateRequest.UpdateTagCommentRequest

java.lang.Object
org.apache.gravitino.dto.requests.TagUpdateRequest.UpdateTagCommentRequest
All Implemented Interfaces:
TagUpdateRequest, RESTMessage, RESTRequest
Enclosing interface:
TagUpdateRequest

public static class TagUpdateRequest.UpdateTagCommentRequest extends Object implements TagUpdateRequest
The tag update request for updating a tag comment.
  • Constructor Details

    • UpdateTagCommentRequest

      public UpdateTagCommentRequest(String newComment)
      Creates a new UpdateTagCommentRequest.
      Parameters:
      newComment - The new comment of the tag.
    • UpdateTagCommentRequest

      public UpdateTagCommentRequest()
      This is the constructor that is used by Jackson deserializer
  • Method Details