Package-level declarations

Types

Link copied to clipboard
interface Entity<T> : Representable

The Entity interface enforces conformance to Representable and requires the id and title properties.

Link copied to clipboard
interface HasDescription

The HasDescription interface requires the description property.

Link copied to clipboard
interface HasIcon

The HasIcon interface requires the icon property.

Link copied to clipboard
interface HasKind

The HasKind interface requires the static kind property.

Link copied to clipboard
interface HasLinks

The HasLinks interface requires the links property.

Link copied to clipboard
interface HasName

The HasName interface requires the name property.

Link copied to clipboard
interface HasResults

The HasResults interface requires the results property.

Link copied to clipboard

The Representable interface enforces conformance to Serializable.

Link copied to clipboard

The Request interface enforces conformance to Representable.

Link copied to clipboard

The Resource interface enforces conformance to Representable and HasKind. It requires the createdAt, updatedAt and id properties.

Link copied to clipboard
interface Slug

The Slug interface requires the slug property.

Properties

Link copied to clipboard