public static class SenderConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SenderConfig |
build() |
SenderConfig.Builder |
copy(SenderConfig model) |
SenderConfig.Builder |
displayName(String displayName)
The sender’s displayName.
|
SenderConfig.Builder |
email(String email)
The sender’s email.
|
SenderConfig.Builder |
isInboxConfigured(Boolean isInboxConfigured)
Whether the sender email has inbox configured to receive emails.
|
SenderConfig.Builder |
isVerified(Boolean isVerified)
Whether or not the sender’s email has been verified.
|
SenderConfig.Builder |
timeVerifyResponseExpiry(Date timeVerifyResponseExpiry)
The time when the verify response needs to be received by.
|
public SenderConfig.Builder displayName(String displayName)
The sender’s displayName.
displayName
- the value to setpublic SenderConfig.Builder email(String email)
The sender’s email.
email
- the value to setpublic SenderConfig.Builder isVerified(Boolean isVerified)
Whether or not the sender’s email has been verified.
isVerified
- the value to setpublic SenderConfig.Builder timeVerifyResponseExpiry(Date timeVerifyResponseExpiry)
The time when the verify response needs to be received by.
timeVerifyResponseExpiry
- the value to setpublic SenderConfig.Builder isInboxConfigured(Boolean isInboxConfigured)
Whether the sender email has inbox configured to receive emails.
isInboxConfigured
- the value to setpublic SenderConfig build()
public SenderConfig.Builder copy(SenderConfig model)
Copyright © 2016–2024. All rights reserved.