public static enum GHPullRequestQueryBuilder.Sort extends java.lang.Enum<GHPullRequestQueryBuilder.Sort>
| Enum Constant and Description |
|---|
CREATED |
LONG_RUNNING |
POPULARITY |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static GHPullRequestQueryBuilder.Sort |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GHPullRequestQueryBuilder.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GHPullRequestQueryBuilder.Sort CREATED
public static final GHPullRequestQueryBuilder.Sort UPDATED
public static final GHPullRequestQueryBuilder.Sort POPULARITY
public static final GHPullRequestQueryBuilder.Sort LONG_RUNNING
public static GHPullRequestQueryBuilder.Sort[] values()
for (GHPullRequestQueryBuilder.Sort c : GHPullRequestQueryBuilder.Sort.values()) System.out.println(c);
public static GHPullRequestQueryBuilder.Sort valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.