Constructor
-
new ContactPhoneField()
-
Class representing the contact's phone number property.
Methods
-
getLabel1() → {string}
-
Returns label 1 of this phone number.
Returns:
{ string }
-
getLabel2() → {string}
-
Returns label 2 of this phone number.
Returns:
{ string }
-
getPhoneNumber() → {string}
-
Returns the phone number.
Returns:
{ string }
-
getPhoneNumberType() → {AvayaClientServices.Services.Contacts.ContactPhoneNumberType}
-
Returns the type of this phone number.
Returns:
-
getWriteCapability() → {AvayaClientServices.Base.Capability}
-
Returns write capability of this contact field.
Returns:
-
isDefault() → {boolean}
-
Returns true if this is the contact's default phone number.
Returns:
{ boolean }
-
isSpeedDialEnabled() → {boolean}
-
Returns true if speed dial is enabled for the contact.
Returns:
{ boolean }