public interface EmailApi
Modifier and Type | Interface and Description |
---|---|
static class |
EmailApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
Modifier and Type | Method and Description |
---|---|
void |
delete() |
EmailInfo |
get() |
void |
setPreferred() |
EmailInfo get() throws RestApiException
RestApiException
void delete() throws RestApiException
RestApiException
void setPreferred() throws RestApiException
RestApiException