Class TopicUpdatesRequest

java.lang.Object
org.apache.gravitino.dto.requests.TopicUpdatesRequest
All Implemented Interfaces:
RESTMessage, RESTRequest

public class TopicUpdatesRequest extends Object implements RESTRequest
Represents a request to update a topic.
  • Constructor Details

    • TopicUpdatesRequest

      public TopicUpdatesRequest(List<TopicUpdateRequest> updates)
      Creates a new TopicUpdatesRequest.
      Parameters:
      updates - The updates to apply to the topic.
    • TopicUpdatesRequest

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