public class DraftCommentResource extends java.lang.Object implements RestResource
RestResource.HasETag, RestResource.HasLastModified
Modifier and Type | Field and Description |
---|---|
static com.google.inject.TypeLiteral<RestView<DraftCommentResource>> |
DRAFT_COMMENT_KIND |
Constructor and Description |
---|
DraftCommentResource(RevisionResource rev,
Comment c) |
Modifier and Type | Method and Description |
---|---|
Change |
getChange() |
PatchSet |
getPatchSet() |
CurrentUser |
getUser() |
public static final com.google.inject.TypeLiteral<RestView<DraftCommentResource>> DRAFT_COMMENT_KIND
public DraftCommentResource(RevisionResource rev, Comment c)
public CurrentUser getUser()
public Change getChange()
public PatchSet getPatchSet()