Interface EmailApi
-
- All Known Implementing Classes:
EmailApi.NotImplemented
public interface EmailApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEmailApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete()EmailInfoget()voidsetPreferred()
-
-
-
Method Detail
-
get
EmailInfo get() throws RestApiException
- Throws:
RestApiException
-
delete
void delete() throws RestApiException- Throws:
RestApiException
-
setPreferred
void setPreferred() throws RestApiException- Throws:
RestApiException
-
-