API Reference

com.kinvey.android.store

Class UserStore.Update<T extends User>

  • AsyncClientRequest
    • com.kinvey.android.store.UserStore.Update<T>
  • Enclosing class:
    UserStore


    public static class UserStore.Update<T extends User>
    extends AsyncClientRequest
    • Constructor Detail

      • Update

        public Update(com.kinvey.java.AbstractClient<T> client,
                      com.kinvey.java.core.KinveyClientCallback<T> callback)
    • Method Detail

      • getClient

        public com.kinvey.java.AbstractClient<T> getClient()
      • setClient

        public void setClient(com.kinvey.java.AbstractClient<T> p)
      • executeAsync

        public T executeAsync()

        This method will be executed Asynchronously.

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