-
public final class CreateAliasOptionsCreate email alias options. Email aliases can be used to mask real email addresses behind an ID. You can also attach an inbox to an alias so that any email received by the inbox email address if forwarded to the alias email address.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringemailAddressprivate final BooleanuseThreadsprivate final UUIDinboxIdprivate final Stringname
-
Constructor Summary
Constructors Constructor Description CreateAliasOptions(String emailAddress, Boolean useThreads, UUID inboxId, String name)
-
Method Summary
Modifier and Type Method Description final StringgetEmailAddress()final BooleangetUseThreads()final UUIDgetInboxId()final StringgetName()-
-
Method Detail
-
getEmailAddress
final String getEmailAddress()
-
getUseThreads
final Boolean getUseThreads()
-
getInboxId
final UUID getInboxId()
-
-
-
-