API Reference

com.kinvey.android.store

Class DataStore.SaveListBatchRequest<T extends GenericJson>

  • AsyncClientRequest
    • com.kinvey.android.store.DataStore.SaveListBatchRequest<T>
    • Constructor Detail

      • SaveListBatchRequest

        public SaveListBatchRequest(DataStore<T> store,
                                    java.util.List<? extends T> entities,
                                    com.kinvey.java.core.KinveyClientCallback<java.util.List> callback)
    • Method Detail

      • executeAsync

        public java.util.List<T> executeAsync()

        This method will be executed Asynchronously.

        Returns:
        a T object.
        Throws:
        IOException - if any.
      • getEntities

        public java.util.List<T> getEntities()
      • setEntities

        public void setEntities(java.util.List<? extends T> p)