Package com.google.gerrit.server.change
Class AttentionSetEntryResource
- java.lang.Object
-
- com.google.gerrit.server.change.AttentionSetEntryResource
-
- All Implemented Interfaces:
RestResource
public class AttentionSetEntryResource extends Object implements RestResource
REST resource that represents an entry in the attention set of a change.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AttentionSetEntryResource.Factory
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.restapi.RestResource
RestResource.HasETag, RestResource.HasLastModified
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.inject.TypeLiteral<RestView<AttentionSetEntryResource>>
ATTENTION_SET_ENTRY_KIND
-
Constructor Summary
Constructors Constructor Description AttentionSetEntryResource(ChangeResource changeResource, Account.Id accountId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Id
getAccountId()
ChangeResource
getChangeResource()
-
-
-
Field Detail
-
ATTENTION_SET_ENTRY_KIND
public static final com.google.inject.TypeLiteral<RestView<AttentionSetEntryResource>> ATTENTION_SET_ENTRY_KIND
-
-
Constructor Detail
-
AttentionSetEntryResource
public AttentionSetEntryResource(ChangeResource changeResource, Account.Id accountId)
-
-
Method Detail
-
getChangeResource
public ChangeResource getChangeResource()
-
getAccountId
public Account.Id getAccountId()
-
-