thiagolocatelli / parse4j

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

ParseObject saveAll Method #31

Closed ucarseyhan closed 9 years ago

ucarseyhan commented 9 years ago

Dear All, Is there any saveAll method in parse4j where we give list of parse object and all of them are saved in one query?

Regards.

nickolayrusev commented 9 years ago

Hi, I implemented batch functionality and sent pull request. After the maintainer of this repo approve my pull request it will be available to save multiple objects with one call.

ucarseyhan commented 9 years ago

Dear nickolayrusev;

Thanks for information. Hope your pull request approved soon.

Regards.