Webhook
class Webhook extends BaseResource implements CreatableInterface
Webhook class.
This class represents a resource with type "WebhookDefinition" in Contentful.
Traits
Properties
protected Webhook | $sys | ||
Client | $client | from UpdatableTrait | |
protected string | $name | ||
protected string | $url | ||
protected string|null | $httpBasicUsername | ||
protected string|null | $httpBasicPassword | ||
protected string[] | $topics | ||
protected string[] | $headers | ||
protected FilterInterface[] | $filters | ||
protected array | $transformation |
Methods
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
Webhook constructor.
{@inheritdoc}
Returns an array of headers that the current resource needs to sent for being created.
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
in BaseResource at line 37
getId()
{@inheritdoc}
in BaseResource at line 45
getType()
{@inheritdoc}
in BaseResource at line 53
asLink()
{@inheritdoc}
in UpdatableTrait at line 35
abstract 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 77
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.
at line 159
protected
getSpaceId()
{@inheritdoc}
at line 151
protected
getWebhookId()
{@inheritdoc}
in WebhookProxyExtension at line 50
getCall(string $callId)
Returns a WebhookCall resource.
in WebhookProxyExtension at line 64
getCalls(Query $query = null)
Returns a ResourceArray object containing WebhookCall resources.
in WebhookProxyExtension at line 78
getHealth()
Returns an WebhookHealth resource.
in DeletableTrait at line 28
delete()
Deletes the current resource.
in UpdatableTrait at line 40
update()
Updates the current resource.
at line 96
getSystemProperties()
{@inheritdoc}
at line 86
__construct(string $name, string $url, array $topics = [])
Webhook constructor.
at line 104
jsonSerialize()
{@inheritdoc}
at line 143
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.
at line 167
string[]
asUriParameters()
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.