WebhooksService/Entity.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\Entity

Package: Default
POJO Class Entity

Properties

>VPropertyprivatevoid $id
The internal ID for the entity in QuickBooks Online
Details
Type
n/a
>VPropertyprivatevoid $lastUpdated
Last updated Time
Details
Type
n/a
>VPropertyprivatevoid $name
The corresponding resource name for the WebhooksEvent.
For example, it can be Vender, Invoice, Customer, etc.
Details
Type
n/a
>VPropertyprivatevoid $operation
The operation for this event. It can be create, update, etc.
Details
Type
n/a

Methods

methodpublicgetId() : mixed

The ID for the entity

Returns
TypeDescription
mixed
methodpublicgetLastUpdated() : mixed

Return the last update time

Returns
TypeDescription
mixed
methodpublicgetName() : mixed

Returns
TypeDescription
mixedThe name for the entity
methodpublicgetOperation() : mixed

Return the operation for this entity

Returns
TypeDescription
mixed
methodpublicsetId( $id) : \Entity

Setter for ID

Parameters
NameTypeDescription
$id
Returns
TypeDescription
\Entity
Details
Fluent
This method is part of a fluent interface and will return the same instance  
methodpublicsetLastUpdated( $lastUnpdate) : \Entity

Set last update time

Parameters
NameTypeDescription
$lastUnpdate
Returns
TypeDescription
\Entity
Details
Fluent
This method is part of a fluent interface and will return the same instance  
methodpublicsetName( $name) : \Entity

Setter for name

Parameters
NameTypeDescription
$name
Returns
TypeDescription
\Entity
Details
Fluent
This method is part of a fluent interface and will return the same instance  
methodpublicsetOperation( $operation) : \Entity

The operation Setter

Parameters
NameTypeDescription
$operation
Returns
TypeDescription
\Entity
Details
Fluent
This method is part of a fluent interface and will return the same instance  
Documentation was generated by phpDocumentor 2.8.5.