class DeletedContentType extends DeletedResource

A DeletedContentType describes a content type that has been deleted.

Properties

protected DeletedContentType $sys

Methods

__construct(array $data)

Resources in this SDK should not be built using $new Class().

asLink()

{@inheritdoc}

getId()

{@inheritdoc}

getType()

{@inheritdoc}

jsonSerialize()

{@inheritdoc}

getSystemProperties()

{@inheritdoc}

Details

in BaseResource at line 24
protected __construct(array $data)

Resources in this SDK should not be built using $new Class().

This method is only useful in testing environments, where the resource needs to be subclasses and this method made public.

Parameters

array $data

{@inheritdoc}

in BaseResource at line 47
getId()

{@inheritdoc}

in BaseResource at line 55
getType()

{@inheritdoc}

in DeletedResource at line 22
jsonSerialize()

{@inheritdoc}

at line 29
getSystemProperties()

{@inheritdoc}