ViewFilterType
extends Enumeration
in package
Defines the view filter type for a FindConversation operation.
Table of Contents
Constants
- ALL = 'All'
- Find all conversations.
- CLUTTER = 'Clutter'
- For internal use only.
- FLAGGED = 'Flagged'
- Find flagged conversations.
- HAS_ATTACHMENT = 'HasAttachment'
- Find conversations with attachments.
- NO_CLUTTER = 'NoClutter'
- For internal use only.
- TASK_ACTIVE = 'TaskActive'
- Find active tasks.
- TASK_COMPLETED = 'TaskCompleted'
- Find completed tasks.
- TASK_OVERDUE = 'TaskOverdue'
- Find overdue tasks.
- TO_OR_CC_ME = 'ToOrCcMe'
- Find conversations addressed or cc'd to me.
- UNREAD = 'Unread'
- Find unread conversations.
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
ALL
Find all conversations.
public
string
ALL
= 'All'
Tags
CLUTTER
For internal use only.
public
string
CLUTTER
= 'Clutter'
Tags
FLAGGED
Find flagged conversations.
public
string
FLAGGED
= 'Flagged'
Tags
HAS_ATTACHMENT
Find conversations with attachments.
public
string
HAS_ATTACHMENT
= 'HasAttachment'
Tags
NO_CLUTTER
For internal use only.
public
string
NO_CLUTTER
= 'NoClutter'
Tags
TASK_ACTIVE
Find active tasks.
public
string
TASK_ACTIVE
= 'TaskActive'
Tags
TASK_COMPLETED
Find completed tasks.
public
string
TASK_COMPLETED
= 'TaskCompleted'
Tags
TASK_OVERDUE
Find overdue tasks.
public
string
TASK_OVERDUE
= 'TaskOverdue'
Tags
TO_OR_CC_ME
Find conversations addressed or cc'd to me.
public
string
TO_OR_CC_ME
= 'ToOrCcMe'
Tags
UNREAD
Find unread conversations.
public
string
UNREAD
= 'Unread'
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
.