| Interface | Description |
|---|---|
| File.DownloadCallback | |
| Model.Callback | Deprecated
Use {link VoidCallback} instead.
|
| ModelRepository.FindAllCallback<T extends Model> | Deprecated
Use {link ListCallback} instead.
|
| ModelRepository.FindCallback<T extends Model> | Deprecated
Use {link ObjectCallback} instead.
|
| UserRepository.LoginCallback<U> |
Callback passed to loginUser to receive success and newly created
U user instance or thrown error. |
| Class | Description |
|---|---|
| AccessToken | |
| AccessTokenRepository | |
| Container | |
| ContainerRepository | |
| File | |
| FileRepository | |
| LocalInstallation |
This class represents the Installation instance assigned to
the installation of the Android application that is running
this code.
|
| Model |
A local representative of a single model instance on the server.
|
| ModelRepository<T extends Model> |
A local representative of a single model type on the server, encapsulating
the name of the model type for easy
Model creation, discovery, and
management. |
| RestAdapter |
An extension to the vanilla
RestAdapter
to make working with
Models easier. |
| RestRepository<T extends VirtualObject> | |
| User |
A local representative of a single user instance on the server.
|
| UserRepository<U extends User> |
A base class implementing
ModelRepository for the built-in User type. |