| Interface | Description |
|---|---|
| Model.Callback | |
| ModelRepository.FindAllCallback<T extends Model> | |
| ModelRepository.FindCallback<T extends Model> |
| Class | Description |
|---|---|
| BeanUtil | |
| BuildConfig | |
| 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. |