interface ResourceInterface implements JsonSerializable

ResourceInterface.

Represents a resource managed by Contentful.

Methods

getSystemProperties()

Returns the resource's system properties, defined in the object "sys" in Contentful's responses.

Link
asLink()

Creates a Link representation of the current resource.

Details

at line 28
SystemProperties getSystemProperties()

Returns the resource's system properties, defined in the object "sys" in Contentful's responses.

Return Value

SystemProperties

Creates a Link representation of the current resource.

Return Value

Link