| AbsQuery<Resource,Query extends AbsQuery<Resource,Query>> |
Root of all queries.
|
| ArrayResource |
An abstraction of CDAResources combined into one array.
|
| CDAArray |
Collection of CDA resources.
|
| CDAAsset |
Represents a single asset.
|
| CDACallback<T> |
Communicates responses from a server or offline requests.
|
| CDAClient |
Client to be used when requesting information from the Delivery API.
|
| CDAClient.Builder |
This builder will be used to configure and then create a CDAClient.
|
| CDAContentType |
Represents a single content type.
|
| CDAEntry |
The class represents a basic entry in the space.
|
| CDAError |
|
| CDAField |
Represents a single content type field.
|
| CDALocale |
Represents a single locale.
|
| CDAMetadata |
|
| CDAResource |
This class represents a basic resource, serving as a base class
for CDAContentType, CDASpace and, indirectly, for CDAEntry.
|
| CDASpace |
Represents a single space.
|
| CDATag |
Represents a single locale.
|
| DeletedResource |
Represents a deleted resource (via the Sync API).
|
| FetchQuery<T extends CDAResource> |
Represents a query to the Delivery API which may be invoked synchronously or asynchronously
with a callback.
|
| LocalizedResource |
Represents a resource which may contain field values for multiple locales.
|
| ObserveQuery<T extends CDAResource> |
Represents a query to the Delivery API which may be invoked via an Flowable
subscription.
|
| Platform |
An platform abstraction layer singleton providing information about the underlying system.
|
| QueryOperation<T> |
This enumeration will be used to formulate more complex search queries.
|
| QueryOperation.BoundingBox |
Model representing a bounding box in geocoordinates.
|
| QueryOperation.BoundingCircle |
Model representing a bounding circle in geocoordinates.
|
| QueryOperation.Location |
Model representing coordinates for query operations.
|
| ResourceUtils |
|
| SynchronizedSpace |
Represents results for synchronization via the Sync API.
|
| SyncQuery |
Represents a query to the Sync API.
|
| SyncType |
The type of syncing.
|
| TransformQuery<Transformed> |
This query will tranform an incoming contentful entry to a custom type.
|