Class EmailApi.NotImplemented
java.lang.Object
com.google.gerrit.extensions.api.accounts.EmailApi.NotImplemented
- All Implemented Interfaces:
EmailApi
- Enclosing interface:
- EmailApi
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.accounts.EmailApi
EmailApi.NotImplemented
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
get
- Specified by:
get
in interfaceEmailApi
- Throws:
RestApiException
-
delete
- Specified by:
delete
in interfaceEmailApi
- Throws:
RestApiException
-
setPreferred
- Specified by:
setPreferred
in interfaceEmailApi
- Throws:
RestApiException
-