Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestOrder
-
Uses of PullRequestOrder in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionstatic PullRequestOrder
PullRequestOrder.fromString
(String stringValue, PullRequestOrder defaultValue) Coerces a string to aPullRequestOrder
or returns the supplied default value if this is not possible.static PullRequestOrder
PullRequestOrder.getDefaultOrder()
static PullRequestOrder
Returns the enum constant of this class with the specified name.static PullRequestOrder[]
PullRequestOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPullRequestSearchRequest.getOrders()
A list oforder
's to return the search results in.Modifier and TypeMethodDescriptionstatic PullRequestOrder
PullRequestOrder.fromString
(String stringValue, PullRequestOrder defaultValue) Coerces a string to aPullRequestOrder
or returns the supplied default value if this is not possible.PullRequestSearchRequest.Builder.order
(PullRequestOrder value) PullRequestSearchRequest.Builder.orders
(PullRequestOrder value, PullRequestOrder... values) Specifies a list oforder
's to return the search results in (defaults toNEWEST first
).Modifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.orders
(Iterable<PullRequestOrder> values) Specifies a list oforder
's to return the search results in (defaults toNEWEST first
).