public interface EmailListEntryI
EmailListEntryI
object represents an email address administered for a customer that is associated with an
InteractionI
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmailAddress() |
java.lang.String |
getId() |
boolean |
isDefault() |
void |
setDefault(boolean isDefault)
Allows the
UserI processing an InteractionI to set this as the default email address for the customer |
void |
setEmailAddress(java.lang.String emailAddress)
Allows a
UserI on an InteractionI with a customer to update the email record for the customer
server. |
java.lang.String getId()
java.lang.String getEmailAddress()
boolean isDefault()
void setEmailAddress(java.lang.String emailAddress)
UserI
on an InteractionI
with a customer to update the email record for the customer
server.
To push the update to the server, InteractionI.updateCustomerEmail(com.avaya.ccs.api.EmailListEntryI)
must be invoked after modifying the email
address with an invocation of this method.
emailAddress
- the new email address valuevoid setDefault(boolean isDefault)
UserI
processing an InteractionI
to set this as the default email address for the customerisDefault
- true/false