ResourceType Data Type

The class resource type is the base type for all beans that a represent REST resource. All resources can be referenced and called by client applications. Each resource representation must therefore provide a valid object reference.

Abstract Type
Properties
name data type description
reference ReferenceType Returns the resource's object reference.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "reference" : { }
}