public static class DataStore.SaveListBatchRequest<T extends GenericJson>
extends AsyncClientRequest
Constructor and Description |
---|
SaveListBatchRequest(DataStore<T> store,
java.util.List<? extends T> entities,
com.kinvey.java.core.KinveyClientCallback<java.util.List> callback) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
executeAsync()
This method will be executed Asynchronously.
|
java.util.List<T> |
getEntities() |
DataStore<T> |
getStore() |
void |
setEntities(java.util.List<? extends T> p) |
execute, executeAsync, getCallback, getKinveyCallbackHandler, notify, run, setCallback, setKinveyCallbackHandler
public SaveListBatchRequest(DataStore<T> store, java.util.List<? extends T> entities, com.kinvey.java.core.KinveyClientCallback<java.util.List> callback)
public java.util.List<T> executeAsync()
This method will be executed Asynchronously.
IOException
- if any.public DataStore<T> getStore()
public java.util.List<T> getEntities()
public void setEntities(java.util.List<? extends T> p)