-
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 UUIDinboxIdprivate final Stringnameprivate final BooleanuseThreads
-
Constructor Summary
Constructors Constructor Description CreateAliasOptions(String emailAddress, UUID inboxId, String name, Boolean useThreads)
-
Method Summary
Modifier and Type Method Description final StringgetEmailAddress()final UUIDgetInboxId()final StringgetName()final BooleangetUseThreads()-
-
Method Detail
-
getEmailAddress
final String getEmailAddress()
-
getInboxId
final UUID getInboxId()
-
getUseThreads
final Boolean getUseThreads()
-
-
-
-