Class BatchLabelInput
- java.lang.Object
- 
- com.google.gerrit.extensions.common.BatchLabelInput
 
- 
 public class BatchLabelInput extends Object Input for the REST API that describes additions, updates and deletions of label definitions.
- 
- 
Field SummaryFields Modifier and Type Field Description StringcommitMessageList<LabelDefinitionInput>createList<String>deleteMap<String,LabelDefinitionInput>update
 - 
Constructor SummaryConstructors Constructor Description BatchLabelInput()
 
- 
- 
- 
Field Detail- 
commitMessagepublic String commitMessage 
 - 
createpublic List<LabelDefinitionInput> create 
 - 
updatepublic Map<String,LabelDefinitionInput> update 
 
- 
 
-