@Immutable public interface UserEmails extends JsonReadable
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
add(Iterable<String> emails)
Add emails.
|
Iterable<String> |
iterate()
Iterate all user's emails.
|
void |
remove(Iterable<String> emails)
Remove emails.
|
jsonIterable<String> iterate() throws IOException
IOException - If there is any I/O problemIterable<String> add(Iterable<String> emails) throws IOException
emails - EmailsIOException - If there is any I/O problemvoid remove(Iterable<String> emails) throws IOException
emails - EmailsIOException - If there is any I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.