- Client - Class in org.usergrid.android.client
-
The Client class for accessing the Usergrid API.
- Client() - Constructor for class org.usergrid.android.client.Client
-
Default constructor for instantiating a client.
- Client(String, String) - Constructor for class org.usergrid.android.client.Client
-
Instantiate client for a specific app
- ClientAsyncTask<T> - Class in org.usergrid.android.client.callbacks
-
- ClientAsyncTask(ClientCallback<T>) - Constructor for class org.usergrid.android.client.callbacks.ClientAsyncTask
-
- ClientCallback<T> - Interface in org.usergrid.android.client.callbacks
-
- connectEntitiesAsync(String, String, String, String, ApiResponseCallback) - Method in class org.usergrid.android.client.Client
-
Connect two entities together.
- createEntityAsync(Entity, ApiResponseCallback) - Method in class org.usergrid.android.client.Client
-
Create a new entity on the server.
- createEntityAsync(Map<String, Object>, ApiResponseCallback) - Method in class org.usergrid.android.client.Client
-
Create a new entity on the server from a set of properties.
- createGroupAsync(String, ApiResponseCallback) - Method in class org.usergrid.android.client.Client
-
Creates a group with the specified group path.
- createGroupAsync(String, String, ApiResponseCallback) - Method in class org.usergrid.android.client.Client
-
Creates a group with the specified group path and group title.
- createUserAsync(String, String, String, String, ApiResponseCallback) - Method in class org.usergrid.android.client.Client
-
Creates a user.