Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestOrder
Packages that use PullRequestOrder
-
Uses of PullRequestOrder in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestOrderModifier 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.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestOrderModifier and TypeMethodDescriptionPullRequestSearchRequest.getOrders()
A list oforder
's to return the search results in.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestOrderModifier 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
).Method parameters in com.atlassian.bitbucket.pull with type arguments of type PullRequestOrderModifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.orders
(Iterable<PullRequestOrder> values) Specifies a list oforder
's to return the search results in (defaults toNEWEST first
).