public class TableUpdatesRequest extends java.lang.Object implements RESTRequest
Constructor and Description |
---|
TableUpdatesRequest()
This is the constructor that is used by Jackson deserializer
|
TableUpdatesRequest(java.util.List<TableUpdateRequest> updates)
Creates a new TableUpdatesRequest.
|
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the request.
|
public TableUpdatesRequest(java.util.List<TableUpdateRequest> updates)
updates
- The updates to apply to the table.public TableUpdatesRequest()
public void validate() throws java.lang.IllegalArgumentException
validate
in interface RESTMessage
java.lang.IllegalArgumentException
- If the request is invalid, this exception is thrown.