REST Object


A response object wraps a value of a resource. This object is returned by resource requests that generate a single value.

In addition to the wrapped value, this object contains a list of HATEOAS links.

Fields

Name Type Notes

object

T

The resource value.

links

[HATEOAS Link]

HATEOAS links of the object.