GetImItemsType
extends BaseRequestType
in package
Defines a request to get information about the specified instant messaging groups and instant messaging contact personas.
Table of Contents
Properties
- $ContactIds : NonEmptyArrayOfBaseItemIdsType
- Contains an array of contact item identifiers.
- $ExtendedProperties : NonEmptyArrayOfExtendedFieldURIs
- Contains the extended properties used for the Unified Contact Store operations.
- $GroupIds : NonEmptyArrayOfBaseItemIdsType
- Identifies an array of instant messaging group identifiers.
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
$ContactIds
Contains an array of contact item identifiers.
public
NonEmptyArrayOfBaseItemIdsType
$ContactIds
Tags
$ExtendedProperties
Contains the extended properties used for the Unified Contact Store operations.
public
NonEmptyArrayOfExtendedFieldURIs
$ExtendedProperties
Tags
$GroupIds
Identifies an array of instant messaging group identifiers.
public
NonEmptyArrayOfBaseItemIdsType
$GroupIds
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