public class CommitTransactionRequest extends java.lang.Object implements RESTRequest
| Constructor and Description |
|---|
CommitTransactionRequest(java.util.List<UpdateTableRequest> tableChanges) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UpdateTableRequest> |
tableChanges() |
void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
public CommitTransactionRequest(java.util.List<UpdateTableRequest> tableChanges)
public java.util.List<UpdateTableRequest> tableChanges()
public void validate()
RESTMessageThis is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.
validate in interface RESTMessage