Class: EditableContactIMAddressField

Constructor

new EditableContactIMAddressField()

Class representing editable contact's instant messaging address property.

Methods

getAddress() → {string}

Returns the instant messaging address.

Inherited From:
Returns:
{ string }

getIMAddressType() → {AvayaClientServices.Services.Contacts.ContactIMAddressType}

Returns the type of this instant messaging address.

Inherited From:
Returns:

getWriteCapability() → {AvayaClientServices.Base.Capability}

Returns write capability of this contact field.

Inherited From:
Returns:

isDefault() → {boolean}

Returns true if this is the contact's default instant messaging address.

Inherited From:
Returns:
{ boolean }

setAddress(address)

Sets the IM address.

Parameters:
Name Type Description
address string

setIMAddressType(imAddressType) → {boolean}

Sets the type of this IM address.

Parameters:
Name Type Description
imAddressType AvayaClientServices.Services.Contacts.ContactIMAddressType
Returns:
{ boolean }
©2016 Avaya Inc. All Rights Reserved.