public interface MBEmailAddressInterface
Modifier and Type | Interface and Description |
---|---|
static class |
MBEmailAddressInterface.MailboxType |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress() |
MBEmailAddressInterface.MailboxType |
getMailboxType() |
java.lang.String |
getName() |
java.lang.String |
getRoutingType() |
void |
setAddress(java.lang.String address) |
void |
setMailboxType(MBEmailAddressInterface.MailboxType mailboxType) |
void |
setName(java.lang.String Name) |
void |
setRoutingType(java.lang.String RoutingType) |
void setAddress(java.lang.String address)
java.lang.String getAddress()
void setMailboxType(MBEmailAddressInterface.MailboxType mailboxType)
MBEmailAddressInterface.MailboxType getMailboxType()
void setName(java.lang.String Name)
java.lang.String getName()
void setRoutingType(java.lang.String RoutingType)
java.lang.String getRoutingType()