ConversationNodeSortOrder
extends Enumeration
in package
Defines the sort order used for the result of a GetConversationItems request.
Table of Contents
Constants
- DATE_ORDER_ASC = 'DateOrderAscending'
- Order the conversations by their date in ascending order.
- DATE_ORDER_DESC = 'DateOrderDescending'
- Order the conversations by their date in descending order.
- TREE_ORDER_ASC = 'TreeOrderAscending'
- Returns the conversations according to the tree in ascending order.
- TREE_ORDER_DESC = 'TreeOrderDescending'
- Returns the conversations according to the tree in descending order.
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
DATE_ORDER_ASC
Order the conversations by their date in ascending order.
public
string
DATE_ORDER_ASC
= 'DateOrderAscending'
Tags
DATE_ORDER_DESC
Order the conversations by their date in descending order.
public
string
DATE_ORDER_DESC
= 'DateOrderDescending'
Tags
TREE_ORDER_ASC
Returns the conversations according to the tree in ascending order.
public
string
TREE_ORDER_ASC
= 'TreeOrderAscending'
Tags
TREE_ORDER_DESC
Returns the conversations according to the tree in descending order.
public
string
TREE_ORDER_DESC
= 'TreeOrderDescending'
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
.