public class ChangeResource extends Object implements com.google.gerrit.extensions.restapi.RestResource, com.google.gerrit.extensions.restapi.RestResource.HasETag
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ChangeResource>> |
CHANGE_KIND |
Modifier | Constructor and Description |
---|---|
protected |
ChangeResource(ChangeResource copy) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Change |
getChange() |
ChangeControl |
getControl() |
String |
getETag() |
ChangeNotes |
getNotes() |
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<ChangeResource>> CHANGE_KIND
protected ChangeResource(ChangeResource copy)
public ChangeControl getControl()
public com.google.gerrit.reviewdb.client.Change getChange()
public ChangeNotes getNotes()
public String getETag()
getETag
in interface com.google.gerrit.extensions.restapi.RestResource.HasETag