API Reference

com.kinvey.android.async

Class AsyncCreateRequest<T extends GenericJson>

  • AsyncClientRequest
    • com.kinvey.android.async.AsyncCreateRequest<T>


  • public class AsyncCreateRequest<T extends GenericJson>
    extends AsyncClientRequest
    • Constructor Detail

      • AsyncCreateRequest

        public AsyncCreateRequest(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)