MeetingRequestTypeType
extends Enumeration
in package
Describes the type of a meeting request.
Table of Contents
Constants
- FULL_UPDATE = 'FullUpdate'
- Identifies the meeting request as a full update to an existing request.
- INFORMATIONAL_UPDATE = 'InformationalUpdate'
- Identifies the meeting request as only containing updated informational content.
- NEW_MEETING_REQUEST = 'NewMeetingRequest'
- Identifies the meeting request as a new meeting request.
- NONE = 'None'
- Indicates that the meeting request type is not defined.
- OUTDATED = 'Outdated'
- Identifies the meeting request as outdated.
- PRINCIPAL_WANTS_COPY = 'PrincipalWantsCopy'
- Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate and has his copies marked as informational.
- SILENT_UPDATE = 'SilentUpdate'
- Identifies the meeting request as a silent update to an existing meeting.
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
FULL_UPDATE
Identifies the meeting request as a full update to an existing request.
public
string
FULL_UPDATE
= 'FullUpdate'
A full update has updated time and informational content.
Tags
INFORMATIONAL_UPDATE
Identifies the meeting request as only containing updated informational content.
public
string
INFORMATIONAL_UPDATE
= 'InformationalUpdate'
Tags
NEW_MEETING_REQUEST
Identifies the meeting request as a new meeting request.
public
string
NEW_MEETING_REQUEST
= 'NewMeetingRequest'
Tags
NONE
Indicates that the meeting request type is not defined.
public
string
NONE
= 'None'
Tags
OUTDATED
Identifies the meeting request as outdated.
public
string
OUTDATED
= 'Outdated'
Tags
PRINCIPAL_WANTS_COPY
Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate and has his copies marked as informational.
public
string
PRINCIPAL_WANTS_COPY
= 'PrincipalWantsCopy'
Tags
SILENT_UPDATE
Identifies the meeting request as a silent update to an existing meeting.
public
string
SILENT_UPDATE
= 'SilentUpdate'
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
.