Class AbstractBatchInput<T>
java.lang.Object
com.google.gerrit.extensions.common.AbstractBatchInput<T>
- Direct Known Subclasses:
- BatchLabelInput,- BatchSubmitRequirementInput
Input for the REST API that describes additions, updates and deletions items in a collection.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
commitMessage
- 
delete
- 
create
- 
update
 
- 
- 
Constructor Details- 
AbstractBatchInputpublic AbstractBatchInput()
 
-