public final class IssueCommentQuery
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IssueCommentQuery.Builder |
Modifier and Type | Method and Description |
---|---|
static IssueCommentQuery.Builder |
create() |
PrincipalKey |
getCreator() |
int |
getFrom() |
IssueId |
getIssue() |
ChildOrder |
getOrder() |
int |
getSize() |
boolean |
isCount() |
public PrincipalKey getCreator()
public IssueId getIssue()
public int getFrom()
public int getSize()
public boolean isCount()
public ChildOrder getOrder()
public static IssueCommentQuery.Builder create()