Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
static PullRequestOrder |
PullRequestOrder.fromString(String stringValue,
PullRequestOrder defaultValue)
Coerces a string to a
PullRequestOrder or returns the supplied default value if this is not possible. |
static PullRequestOrder |
PullRequestOrder.getDefaultOrder() |
PullRequestOrder |
PullRequestSearchRequest.getOrder()
The
order to return the search results in. |
static PullRequestOrder |
PullRequestOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestOrder[] |
PullRequestOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PullRequestOrder |
PullRequestOrder.fromString(String stringValue,
PullRequestOrder defaultValue)
Coerces a string to a
PullRequestOrder or returns the supplied default value if this is not possible. |
PullRequestSearchRequest.Builder |
PullRequestSearchRequest.Builder.order(PullRequestOrder value)
The
order to return the search results in (defaults to
NEWEST first ). |
Copyright © 2021 Atlassian. All rights reserved.