NonEmptyArrayOfFieldOrdersType
extends ArrayType
in package
Defines how items are sorted in a FindItem or FindConversation request.
Table of Contents
Properties
- $FieldOrder : array<string|int, FieldOrderType>
- Represents a single field by which to sort results and indicates the direction for the sort.
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.
Properties
$FieldOrder
Represents a single field by which to sort results and indicates the direction for the sort.
public
array<string|int, FieldOrderType>
$FieldOrder
= array()
One or more of these elements may be included.
FieldOrder elements are applied in the order specified for sorting.
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