Class EmailApi.NotImplemented
- java.lang.Object
-
- com.google.gerrit.extensions.api.accounts.EmailApi.NotImplemented
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.accounts.EmailApi
EmailApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
-
-
Method Detail
-
get
public EmailInfo get() throws RestApiException
- Specified by:
get
in interfaceEmailApi
- Throws:
RestApiException
-
delete
public void delete() throws RestApiException
- Specified by:
delete
in interfaceEmailApi
- Throws:
RestApiException
-
setPreferred
public void setPreferred() throws RestApiException
- Specified by:
setPreferred
in interfaceEmailApi
- Throws:
RestApiException
-
-