public class AccountDataOnCreate extends AccountData
Constructor and Description |
---|
AccountDataOnCreate()
Initializes a new
AccountDataOnCreate . |
Modifier and Type | Method and Description |
---|---|
EndpointSource |
getMailEndpointSource()
Gets the mail end-point source.
|
EndpointSource |
getTransportEndpointSource()
Gets the transport end-point source.
|
boolean |
isMailEndpointSourceset()
Checks whether mail end-point source is set
|
boolean |
isTransportEndpointSourceset()
Checks whether transport end-point source is set
|
void |
setMailEndpointSource(EndpointSource mailEndpointSource)
Sets the mail end-point source.
|
void |
setTransportEndpointSource(EndpointSource transportEndpointSource)
Sets the transport end-point source.
|
getArchiveFullname, getConfirmedHamFullname, getConfirmedSpamFullname, getDraftsFullname, getLogin, getMailPort, getMailProtocol, getMailServer, getName, getPassword, getPersonal, getPrimaryAddress, getReplyTo, getSentFullname, getSpamFullname, getTransportLogin, getTransportPassword, getTransportPort, getTransportProtocol, getTransportServer, getTrashFullname, isArchiveFullnameset, isConfirmedHamFullnameset, isConfirmedSpamFullnameset, isDraftsFullnameset, isLoginset, isMailPortset, isMailProtocolset, isMailSecure, isMailSecureset, isMailServerset, isMailStartTls, isMailStartTlsset, isNameset, isPasswordset, isPersonalset, isPrimaryAddressset, isReplyToset, isSentFullnameset, isSpamFullnameset, isTransportLoginset, isTransportPasswordset, isTransportPortset, isTransportProtocolset, isTransportSecure, isTransportSecureset, isTransportServerset, isTransportStartTls, isTransportStartTlsset, isTrashFullnameset, setArchiveFullname, setConfirmedHamFullname, setConfirmedSpamFullname, setDraftsFullname, setLogin, setMailPort, setMailProtocol, setMailSecure, setMailServer, setMailStartTls, setName, setPassword, setPersonal, setPrimaryAddress, setReplyTo, setSentFullname, setSpamFullname, setTransportLogin, setTransportPassword, setTransportPort, setTransportProtocol, setTransportSecure, setTransportServer, setTransportStartTls, setTrashFullname
public AccountDataOnCreate()
AccountDataOnCreate
.public EndpointSource getMailEndpointSource()
public void setMailEndpointSource(EndpointSource mailEndpointSource)
mailEndpointSource
- The mail end-point source.public boolean isMailEndpointSourceset()
true
if mail end-point source is set; otherwise false
public EndpointSource getTransportEndpointSource()
public void setTransportEndpointSource(EndpointSource transportEndpointSource)
transportEndpointSource
- The transport end-point source.public boolean isTransportEndpointSourceset()
true
if transport end-point source is set; otherwise false