thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Set Limit for ParseQuery #13

Open ucarseyhan opened 10 years ago

ucarseyhan commented 10 years ago

Dear All,

Is it possible to set a limit to ParseQuery? If it is then can you direct me related with this issue?

Regards,

raytrask commented 10 years ago

--data-urlencode 'limit=10' is doable in rest api

Looking at the source code for ParseQuery the is a limit method you can call after instantiating the ParseQuery.

I have not tried this, but it looks very workable.