public class AccountResource extends java.lang.Object implements RestResource
Modifier and Type | Class and Description |
---|---|
static class |
AccountResource.Capability |
static class |
AccountResource.Email |
static class |
AccountResource.SshKey |
static class |
AccountResource.Star |
static class |
AccountResource.StarredChange |
RestResource.HasETag, RestResource.HasLastModified
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<RestView<AccountResource>> |
ACCOUNT_KIND |
static com.google.inject.TypeLiteral<RestView<AccountResource.Capability>> |
CAPABILITY_KIND |
static com.google.inject.TypeLiteral<RestView<AccountResource.Email>> |
EMAIL_KIND |
static com.google.inject.TypeLiteral<RestView<AccountResource.SshKey>> |
SSH_KEY_KIND |
static com.google.inject.TypeLiteral<RestView<AccountResource.StarredChange>> |
STARRED_CHANGE_KIND |
Constructor and Description |
---|
AccountResource(IdentifiedUser user) |
Modifier and Type | Method and Description |
---|---|
IdentifiedUser |
getUser() |
public static final com.google.inject.TypeLiteral<RestView<AccountResource>> ACCOUNT_KIND
public static final com.google.inject.TypeLiteral<RestView<AccountResource.Capability>> CAPABILITY_KIND
public static final com.google.inject.TypeLiteral<RestView<AccountResource.Email>> EMAIL_KIND
public static final com.google.inject.TypeLiteral<RestView<AccountResource.SshKey>> SSH_KEY_KIND
public static final com.google.inject.TypeLiteral<RestView<AccountResource.StarredChange>> STARRED_CHANGE_KIND
public AccountResource(IdentifiedUser user)
public IdentifiedUser getUser()