API Reference

com.kinvey.android.store

Class DataStore.SaveRequest<T extends GenericJson>

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

      • SaveRequest

        public SaveRequest(DataStore<T> store,
                           T entity,
                           com.kinvey.java.core.KinveyClientCallback<T> callback)
    • Method Detail

      • executeAsync

        public T executeAsync()

        This method will be executed Asynchronously.

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

        public T getEntity()
      • setEntity

        public void setEntity(T p)