class WebhookCall extends BaseResource

WebhookCall class.

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

Properties

protected SystemProperties $sys from BaseResource
protected Client|null $client from BaseResource
protected Request|null $request
protected Response|null $response
protected int $statusCode
protected string|null $error
protected string $eventType
protected string $url
protected DateTimeImmutable $requestAt
protected DateTimeImmutable $responseAt

Methods

initialize(string $type, array $sys = [])

Initialize system properties.

getSystemProperties()

{@inheritdoc}

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.

array
jsonSerialize()

Returns an array to be used by "json_encode" to serialize objects of this class.

string[]
asUriParameters()

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

Request|null
getRequest()

No description

Response|null
getResponse()

No description

int
getStatusCode()

No description

string|null
getError()

No description

string
getEventType()

No description

string
getUrl()

No description

DateTimeImmutable
getRequestAt()

No description

DateTimeImmutable
getResponseAt()

No description

Details

in BaseResource at line 39
protected initialize(string $type, array $sys = [])

Initialize system properties.

Parameters

string $type The system type
array $sys

in BaseResource at line 48
getSystemProperties()

{@inheritdoc}

in BaseResource at line 56
getId()

{@inheritdoc}

in BaseResource at line 64
getType()

{@inheritdoc}

{@inheritdoc}

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

Parameters

Client $client

Return Value

BaseResource

at line 78
array jsonSerialize()

Returns an array to be used by "json_encode" to serialize objects of this class.

Return Value

array

at line 106
string[] asUriParameters()

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

Return Value

string[]

at line 152
Request|null getRequest()

Return Value

Request|null

at line 160
Response|null getResponse()

Return Value

Response|null

at line 168
int getStatusCode()

Return Value

int

at line 176
string|null getError()

Return Value

string|null

at line 184
string getEventType()

Return Value

string

at line 192
string getUrl()

Return Value

string

at line 200
DateTimeImmutable getRequestAt()

Return Value

DateTimeImmutable

at line 208
DateTimeImmutable getResponseAt()

Return Value

DateTimeImmutable