Package com.google.gerrit.server.account
Class AccountResource
java.lang.Object
com.google.gerrit.server.account.AccountResource
- All Implemented Interfaces:
RestResource
- Direct Known Subclasses:
AccountResource.Email
,AccountResource.SshKey
,AccountResource.StarredChange
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResource
RestResource.HasETag, RestResource.HasLastModified
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.inject.TypeLiteral<RestView<AccountResource>>
static final com.google.inject.TypeLiteral<RestView<AccountResource.Capability>>
static final com.google.inject.TypeLiteral<RestView<AccountResource.Email>>
static final com.google.inject.TypeLiteral<RestView<AccountResource.SshKey>>
static final com.google.inject.TypeLiteral<RestView<AccountResource.StarredChange>>
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCOUNT_KIND
-
CAPABILITY_KIND
public static final com.google.inject.TypeLiteral<RestView<AccountResource.Capability>> CAPABILITY_KIND -
EMAIL_KIND
-
SSH_KEY_KIND
-
STARRED_CHANGE_KIND
public static final com.google.inject.TypeLiteral<RestView<AccountResource.StarredChange>> STARRED_CHANGE_KIND
-
-
Constructor Details
-
AccountResource
-
-
Method Details
-
getUser
-