Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestOrder
Packages that use PullRequestOrder
- 
Uses of PullRequestOrder in com.atlassian.bitbucket.pullMethods in com.atlassian.bitbucket.pull that return PullRequestOrderModifier and TypeMethodDescriptionstatic PullRequestOrderPullRequestOrder.fromString(String stringValue, PullRequestOrder defaultValue) Coerces a string to aPullRequestOrderor returns the supplied default value if this is not possible.static PullRequestOrderPullRequestOrder.getDefaultOrder()static PullRequestOrderReturns 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 PullRequestOrderPullRequestOrder.fromString(String stringValue, PullRequestOrder defaultValue) Coerces a string to aPullRequestOrderor 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).