NotificationEventTypeType
extends Enumeration
in package
Defines the type of event a notification is for.
Table of Contents
Constants
- COPIED_EVENT = 'CopiedEvent'
- Indicates the notification is for an item copied event.
- CREATED_EVENT = 'CreatedEvent'
- Indicates the notification is for an item created event.
- DELETED_EVENT = 'DeletedEvent'
- Indicates the notification is for an item deleted event.
- FREE_BUSY_CHANGED_EVENT = 'FreeBusyChangedEvent'
- Indicates the notification is for a free or busy change event.
- MODIFIED_EVENT = 'ModifiedEvent'
- Indicates the notification is for an item modified event.
- MOVED_EVENT = 'MovedEvent'
- Indicates the notification is for an item moved event.
- NEW_MAIL_EVENT = 'NewMailEvent'
- Indicates the notification is for a new mail event.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
COPIED_EVENT
Indicates the notification is for an item copied event.
public
string
COPIED_EVENT
= 'CopiedEvent'
Tags
CREATED_EVENT
Indicates the notification is for an item created event.
public
string
CREATED_EVENT
= 'CreatedEvent'
Tags
DELETED_EVENT
Indicates the notification is for an item deleted event.
public
string
DELETED_EVENT
= 'DeletedEvent'
Tags
FREE_BUSY_CHANGED_EVENT
Indicates the notification is for a free or busy change event.
public
string
FREE_BUSY_CHANGED_EVENT
= 'FreeBusyChangedEvent'
Tags
MODIFIED_EVENT
Indicates the notification is for an item modified event.
public
string
MODIFIED_EVENT
= 'ModifiedEvent'
Tags
MOVED_EVENT
Indicates the notification is for an item moved event.
public
string
MOVED_EVENT
= 'MovedEvent'
Tags
NEW_MAIL_EVENT
Indicates the notification is for a new mail event.
public
string
NEW_MAIL_EVENT
= 'NewMailEvent'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.