@Immutable public interface User extends JsonReadable, JsonPatchable
Modifier and Type | Interface and Description |
---|---|
static class |
User.Smart
Smart user with extra features.
|
Modifier and Type | Method and Description |
---|---|
UserEmails |
emails()
Get user's emails.
|
Github |
github()
Github we're in.
|
PublicKeys |
keys()
Get his keys.
|
String |
login()
Get his login.
|
Organizations |
organizations()
Get his organizations.
|
json
patch
@NotNull(message="Github is never NULL") Github github()
@NotNull(message="login is never NULL") String login() throws IOException
IOException
- If it fails@NotNull(message="organizations is never NULL") Organizations organizations()
@NotNull(message="keys is never NULL") PublicKeys keys()
@NotNull(message="user emails is never NULL") UserEmails emails()
Copyright © 2012–2014 jcabi.com. All rights reserved.