class WebhookCall extends BaseResource

WebhookCall class.

This class represents a resource with type "WebhookCallOverview" in Contentful.

Properties

protected WebhookCall $sys
protected Client|null $client from BaseResource
protected RequestInterface|null $request
protected ResponseInterface|null $response
protected int $statusCode
protected string|null $error
protected string $eventType
protected string $url
protected DateTimeImmutable $requestAt
protected DateTimeImmutable $responseAt

Methods

getId()

{@inheritdoc}

getType()

{@inheritdoc}

asLink()

{@inheritdoc}

mixed
asRequestBody()

Returns the resource in the form of request body.

setClient(Client $client)

Sets the current Client object instance.

getSystemProperties()

{@inheritdoc}

jsonSerialize()

{@inheritdoc}

string[]
asUriParameters()

Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.

RequestInterface|null
getRequest()

No description

ResponseInterface|null
getResponse()

No description

getStatusCode()

No description

string|null
getError()

No description

getEventType()

No description

getUrl()

No description

getRequestAt()

No description

getResponseAt()

No description

Details

in BaseResource at line 37
getId()

{@inheritdoc}

in BaseResource at line 45
getType()

{@inheritdoc}

{@inheritdoc}

at line 158
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.

Return Value

mixed

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.

Parameters

Client $client

Return Value

BaseResource

at line 83
getSystemProperties()

{@inheritdoc}

at line 91
jsonSerialize()

{@inheritdoc}

at line 127
string[] asUriParameters()

Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.

Return Value

string[]

at line 166
RequestInterface|null getRequest()

Return Value

RequestInterface|null

at line 174
ResponseInterface|null getResponse()

Return Value

ResponseInterface|null

at line 179
getStatusCode()

at line 187
string|null getError()

Return Value

string|null

at line 192
getEventType()

at line 197
getUrl()

at line 202
getRequestAt()

at line 207
getResponseAt()