Package com.jcabi.github
Interface UserEmails
- All Superinterfaces:
JsonReadable
GitHub user's emails.
- Since:
- 0.8
-
Method Summary
Methods inherited from interface com.jcabi.github.JsonReadable
json
-
Method Details
-
iterate
Iterate all user's emails.- Returns:
- Emails
- Throws:
IOException- If there is any I/O problem
-
add
Add emails.- Parameters:
emails- Emails- Returns:
- Emails
- Throws:
IOException- If there is any I/O problem
-
remove
Remove emails.- Parameters:
emails- Emails- Throws:
IOException- If there is any I/O problem
-