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 Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.LabelApi
LabelApi.NotImplemented
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(LabelDefinitionInput input) void
get()
update
(LabelDefinitionInput input)
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
create
- Specified by:
create
in interfaceLabelApi
- Throws:
RestApiException
-
get
- Specified by:
get
in interfaceLabelApi
- Throws:
RestApiException
-
update
- Specified by:
update
in interfaceLabelApi
- Throws:
RestApiException
-
delete
- Specified by:
delete
in interfaceLabelApi
- Throws:
RestApiException
-