Class TableUpdatesRequest
java.lang.Object
org.apache.gravitino.dto.requests.TableUpdatesRequest
- All Implemented Interfaces:
RESTMessage
,RESTRequest
Represents a request to update a table.
-
Constructor Summary
ConstructorsConstructorDescriptionThis is the constructor that is used by Jackson deserializerTableUpdatesRequest
(List<TableUpdateRequest> updates) Creates a new TableUpdatesRequest. -
Method Summary
-
Constructor Details
-
TableUpdatesRequest
Creates a new TableUpdatesRequest.- Parameters:
updates
- The updates to apply to the table.
-
TableUpdatesRequest
public TableUpdatesRequest()This is the constructor that is used by Jackson deserializer
-
-
Method Details
-
validate
Validates the request.- Specified by:
validate
in interfaceRESTMessage
- Throws:
IllegalArgumentException
- If the request is invalid, this exception is thrown.
-