| Modifier and Type | Method and Description |
|---|---|
static <T extends ParseObject> |
ParseObject.fetchAllIfNeededInBackground(List<T> objects,
FindCallback<T> callback)
Fetches all the objects that don't have data in the provided list in the background.
|
static <T extends ParseObject> |
ParseObject.fetchAllInBackground(List<T> objects,
FindCallback<T> callback)
Fetches all the objects in the provided list in the background.
|
void |
ParseQuery.findInBackground(FindCallback<T> callback)
Retrieves a list of ParseObjects that satisfy this query from the source in a background
thread.
|