Scope
extends Enumeration
in package
Defines the scope of a message tracking report.
Table of Contents
Constants
- FOREST = 'Forest'
- The message tracking scopes spans across a forest.
- ORGANIZATION = 'Organization'
- The message tracking scopes spans across an organization.
- SITE = 'Site'
- The message tracking scopes spans across a site.
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
FOREST
The message tracking scopes spans across a forest.
public
string
FOREST
= 'Forest'
Tags
ORGANIZATION
The message tracking scopes spans across an organization.
public
string
ORGANIZATION
= 'Organization'
Tags
SITE
The message tracking scopes spans across a site.
public
string
SITE
= 'Site'
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
.