All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbsQuery<Resource,Query extends AbsQuery<Resource,Query>> |
Root of all queries.
|
| ArrayResource |
An abstraction of CDAResources combined into one array.
|
| AuthorizationHeaderInterceptor |
Interceptor to add authorization header to requests
|
| 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.
|
| CDAContentTypeNotFoundException |
RuntimeException indicating an entry linking to a non existing Content Type.
|
| CDAEntry |
The class represents a basic entry in the space.
|
| CDAError |
|
| CDAField |
Represents a single content type field.
|
| CDAHttpException |
This class will represent known Contentful exceptions
|
| 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.
|
| CDAResourceNotFoundException |
RuntimeException indicating a resource was not found on Contentful.
|
| CDARichBlock |
A collection of several nodes.
|
| CDARichDocument |
The base of a rich text field, containing all the other nodes.
|
| CDARichEmbeddedBlock |
This node is an inline link to a CDAEntry
|
| CDARichEmbeddedInline |
This node is an inline link to a CDAEntry
|
| CDARichHeading |
Defines a headline of the text.
|
| CDARichHorizontalRule |
A node representing a division, called a horizontal rule.
|
| CDARichHyperLink |
This block represents a link to a website.
|
| CDARichList |
Parent class for all list classes
|
| CDARichListItem |
A block representing an item inside a list.
|
| CDARichMark |
How to draw a given text.
|
| CDARichMark.CDARichMarkBold |
A bold mark of a rich text.
|
| CDARichMark.CDARichMarkCode |
The text marked by this marker should be represented by Code.
|
| CDARichMark.CDARichMarkCustom |
Any custom marker for a given rich text.
|
| CDARichMark.CDARichMarkItalic |
Declares the text as being displayed in italics.
|
| CDARichMark.CDARichMarkUnderline |
Marker for making the rich text displayed as underline.
|
| CDARichNode |
A leaf node of the rich text hierarchy.
|
| CDARichOrderedList |
A list of elements, ordered by number.
|
| CDARichParagraph |
A paragraph of nodes, usually rendered together.
|
| CDARichQuote |
A block of nodes rendered as a direct quote.
|
| CDARichText |
A leaf element of the rich text node graph: Render a given text with the given markings.
|
| CDARichUnorderedList |
Representation of a block of unordered items.
|
| CDASpace |
Represents a single space.
|
| CDATag |
Represents a single locale.
|
| CDAType |
Constant resource types.
|
| ContentfulUserAgentHeaderInterceptor |
This header interceptor will add contentful relevant information to the custom user agent header.
|
| ContentfulUserAgentHeaderInterceptor.Section |
A section of values used to fill out the Contentful custom HTTP header.
|
| ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem |
Fixed enumeration of what operating systems we support.
|
| ContentfulUserAgentHeaderInterceptor.Section.Version |
Defines a version of this section.
|
| DeletedResource |
Represents a deleted resource (via the Sync API).
|
| ErrorInterceptor |
This interceptor will only be used for throwing an exception, once the server returns an error.
|
| FetchQuery<T extends CDAResource> |
Represents a query to the Delivery API which may be invoked synchronously or asynchronously
with a callback.
|
| GeneratedBuildParameters |
Generated class containing the project version.
|
| HeaderInterceptor |
This class adds custom headers to all requests it intercepts.
|
| ImageOption |
Options for images to be used when an asset returns a url.
|
| ImageOption.Focus |
Defines the area of focus to crop to.
|
| ImageOption.Format |
Defines the possible formats of an image.
|
| ImageOption.Resize |
Defines the type of resizing possible.
|
| LocalizedResource |
Represents a resource which may contain field values for multiple locales.
|
| Logger |
Custom logger interface, used for logging network traffic.
|
| Logger.Level |
Determine the level of logging
|
| LogInterceptor |
Simple interceptor to log a request and its response.
|
| 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 |
|
| RichTextFactory |
This factory will be used in order to create the CDARichNode-graph representation of
the Contentful data returned by a rich text - field.
|
| SynchronizedSpace |
Represents results for synchronization via the Sync API.
|
| SyncQuery |
Represents a query to the Sync API.
|
| SyncType |
The type of syncing.
|
| SyncType.Type |
What should be synced?
|
| Tls12Implementation |
This enumeration stores your choices on how to enable TLS 1.2.
|
| TransformQuery<Transformed> |
This query will tranform an incoming contentful entry to a custom type.
|
| TransformQuery.ContentfulEntryModel |
Annotation to mark a model class to be a "ContentfulEntryModel"
|
| TransformQuery.ContentfulField |
|
| TransformQuery.ContentfulSystemField |
This annotation marks a system field.
|
| UserAgentHeaderInterceptor |
Interceptor to add user agent header to requests
|