Class LabelApi.NotImplemented
- java.lang.Object
- 
- com.google.gerrit.extensions.api.projects.LabelApi.NotImplemented
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.LabelApiLabelApi.NotImplemented
 
- 
 - 
Constructor SummaryConstructors Constructor Description NotImplemented()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelApicreate(LabelDefinitionInput input)voiddelete(String commitMessage)LabelDefinitionInfoget()LabelDefinitionInfoupdate(LabelDefinitionInput input)
 
- 
- 
- 
Method Detail- 
createpublic LabelApi create(LabelDefinitionInput input) throws RestApiException - Specified by:
- createin interface- LabelApi
- Throws:
- RestApiException
 
 - 
getpublic LabelDefinitionInfo get() throws RestApiException - Specified by:
- getin interface- LabelApi
- Throws:
- RestApiException
 
 - 
updatepublic LabelDefinitionInfo update(LabelDefinitionInput input) throws RestApiException - Specified by:
- updatein interface- LabelApi
- Throws:
- RestApiException
 
 - 
deletepublic void delete(String commitMessage) throws RestApiException - Specified by:
- deletein interface- LabelApi
- Throws:
- RestApiException
 
 
- 
 
-