Class TableUpdateRequest.UpdateTableCommentRequest

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

public static class TableUpdateRequest.UpdateTableCommentRequest extends Object implements TableUpdateRequest
Represents a request to update the comment of a table.
  • Constructor Details

    • UpdateTableCommentRequest

      public UpdateTableCommentRequest(String newComment)
      Constructor for UpdateTableCommentRequest.
      Parameters:
      newComment - the new comment of the table
    • UpdateTableCommentRequest

      public UpdateTableCommentRequest()
      Default constructor for Jackson deserialization.
  • Method Details