Created
July 14, 2016 15:03
-
-
Save cosbor11/02b0b25c6c67b512d552b4fbd6c06259 to your computer and use it in GitHub Desktop.
Create a list of QueryOrders
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final List<QueryOrder> queryOrders = Arrays.asList(new QueryOrder("lastName", true), new QueryOrder("firstName", true)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment