public static enum StashClient.PullRequestsOrder extends Enum<StashClient.PullRequestsOrder>
| Modifier and Type | Method and Description |
|---|---|
static StashClient.PullRequestsOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StashClient.PullRequestsOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StashClient.PullRequestsOrder NEWEST
public static final StashClient.PullRequestsOrder OLDEST
public static StashClient.PullRequestsOrder[] values()
for (StashClient.PullRequestsOrder c : StashClient.PullRequestsOrder.values()) System.out.println(c);
public static StashClient.PullRequestsOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Atlassian. All rights reserved.