Creatable
interface Creatable implements ResourceInterface
Creatable interface.
Represents a resource which can be created.
Methods
getSystemProperties()
Returns the resource's system properties, defined in the object "sys" in Contentful's responses.
from ResourceInterface
mixed
asRequestBody()
Returns the resource in the form of request body.
Details
in ResourceInterface at line 29
SystemProperties
getSystemProperties()
Returns the resource's system properties, defined in the object "sys" in Contentful's responses.
in ResourceInterface at line 36
Link
asLink()
Creates a Link representation of the current resource.
at line 29
mixed
asRequestBody()
Returns the resource in the form of request body.
This can differ from regular serialization, as some fields may not be present in the request payload.