Class LabelApi.NotImplemented
java.lang.Object
com.google.gerrit.extensions.api.projects.LabelApi.NotImplemented
- All Implemented Interfaces:
- LabelApi
- Enclosing interface:
- LabelApi
A default implementation which allows source compatibility when adding new methods to the
 interface.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.LabelApiLabelApi.NotImplemented
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(LabelDefinitionInput input) voidget()update(LabelDefinitionInput input) 
- 
Constructor Details- 
NotImplementedpublic NotImplemented()
 
- 
- 
Method Details- 
create- Specified by:
- createin interface- LabelApi
- Throws:
- RestApiException
 
- 
get- Specified by:
- getin interface- LabelApi
- Throws:
- RestApiException
 
- 
update- Specified by:
- updatein interface- LabelApi
- Throws:
- RestApiException
 
- 
delete- Specified by:
- deletein interface- LabelApi
- Throws:
- RestApiException
 
 
-