public interface ContactNumberI
ContactNumberI
represents the contact details of a customer. The
ContactNumberI
object is used by the UserI
processing an InteractionI
to
InteractionI.previewDial(com.avaya.ccs.api.ContactNumberI)
or InteractionI.redial(com.avaya.ccs.api.ContactNumberI)
a preview interaction.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The logical name for this contact number.
|
java.lang.String |
getNumber()
The phone number as a String
|
java.lang.String |
getTimezone()
The time zone of this customer number
|
boolean |
isDefault()
Describes whether this is the default number for the customer
|
boolean isDefault()
true
if this is the default ContactNumberI
for the customerjava.lang.String getName()
java.lang.String getNumber()
java.lang.String getTimezone()