API Reference

com.kinvey.android.store

Class UserStore.Delete

  • AsyncClientRequest
    • com.kinvey.android.store.UserStore.Delete
  • Enclosing class:
    UserStore


    public static class UserStore.Delete
    extends AsyncClientRequest
    • Constructor Detail

      • Delete

        public Delete(boolean hardDelete,
                      com.kinvey.java.AbstractClient<com.kinvey.java.dto.BaseUser> client,
                      KinveyUserDeleteCallback callback)
    • Method Detail

      • executeAsync

        public java.lang.Void executeAsync()

        This method will be executed Asynchronously.

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

        public boolean getHardDelete()
      • setHardDelete

        public void setHardDelete(boolean p)
      • getClient

        public com.kinvey.java.AbstractClient<com.kinvey.java.dto.BaseUser> getClient()