Class MetalakeUpdateRequest.UpdateMetalakeCommentRequest

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

public static class MetalakeUpdateRequest.UpdateMetalakeCommentRequest extends Object implements MetalakeUpdateRequest
Represents a request to update the comment on a Metalake.
  • Constructor Details

    • UpdateMetalakeCommentRequest

      public UpdateMetalakeCommentRequest(String newComment)
      Constructor for UpdateMetalakeCommentRequest.
      Parameters:
      newComment - The new comment for the Metalake.
    • UpdateMetalakeCommentRequest

      public UpdateMetalakeCommentRequest()
      Default constructor for UpdateMetalakeCommentRequest.
  • Method Details