ResponseTypeType
extends Enumeration
in package
Identifies the type of a response that is received.
Table of Contents
Constants
- ACCEPT = 'Accept'
- Response type indicating that a request has been accepted.
- DECLINE = 'Decline'
- Response type indicating that a request has been declined.
- NONE = 'NoResponseReceived'
- Response type indicating that no response has been received.
- ORGANIZER = 'Organizer'
- Response type indicating that the attendee is the organizer.
- TENTATIVE = 'Tentative'
- Response type indicating that a request has been tentatively accepted.
- UNKNOWN = 'Unknown'
- Response type indicating that the response is unknown.
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
ACCEPT
Response type indicating that a request has been accepted.
public
string
ACCEPT
= 'Accept'
Tags
DECLINE
Response type indicating that a request has been declined.
public
string
DECLINE
= 'Decline'
Tags
NONE
Response type indicating that no response has been received.
public
string
NONE
= 'NoResponseReceived'
Tags
ORGANIZER
Response type indicating that the attendee is the organizer.
public
string
ORGANIZER
= 'Organizer'
Tags
TENTATIVE
Response type indicating that a request has been tentatively accepted.
public
string
TENTATIVE
= 'Tentative'
Tags
UNKNOWN
Response type indicating that the response is unknown.
public
string
UNKNOWN
= 'Unknown'
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
.