API Reference

com.kinvey.android.store

Class DataStore.CreateListBatchRequest<T extends GenericJson>

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

      • CreateListBatchRequest

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

      • executeAsync

        public com.kinvey.java.model.KinveySaveBatchResponse<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)