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

{
  "reference" : { }
}