DeliveryApiKey
class DeliveryApiKey extends ApiKey implements CreatableInterface
DeliveryApiKey class.
This class represents a resource with type "ApiKey" in Contentful.
Traits
Properties
SystemProperties | $sys | from UpdatableTrait | |
Client | $client | from UpdatableTrait | |
protected string | $name | from ApiKey | |
protected string|null | $description | from ApiKey | |
protected string|null | $accessToken | from ApiKey | |
protected Link|null | $previewApiKey |
Methods
Returns the resource in the form of request body.
Returns an array to be used by "json_encode" to serialize objects of this class.
ApiKey constructor.
Returns an associate array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.
Returns an array of headers that the current resource needs to sent for being created.
No description
Details
in BaseResource at line 39
protected
initialize(string $type, array $sys = [])
Initialize system properties.
in BaseResource at line 48
getSystemProperties()
{@inheritdoc}
in BaseResource at line 56
getId()
{@inheritdoc}
in BaseResource at line 64
getType()
{@inheritdoc}
in BaseResource at line 72
asLink()
{@inheritdoc}
at line 61
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.
in BaseResource at line 98
BaseResource
setClient(Client $client)
Sets the current Client object instance.
This is done automatically when performing API calls, so it shouldn't be used manually.
in ApiKey at line 36
string
getName()
in ApiKey at line 56
string|null
getDescription()
in ApiKey at line 76
string|null
getAccessToken()
at line 50
array
jsonSerialize()
Returns an array to be used by "json_encode" to serialize objects of this class.
in DeletableTrait at line 29
delete()
Deletes the current resource.
in UpdatableTrait at line 38
update()
Deletes the current resource.
at line 41
__construct(string $name = '')
ApiKey constructor.
at line 75
string[]
asUriParameters()
Returns an associate array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.
at line 86
string[]
getHeadersForCreation()
Returns an array of headers that the current resource needs to sent for being created.
This method is supposed to be overridden if necessary.