public static class UpdateSenderConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateSenderConfig |
build() |
UpdateSenderConfig.Builder |
copy(UpdateSenderConfig model) |
UpdateSenderConfig.Builder |
displayName(String displayName)
The sender’s displayName.
|
UpdateSenderConfig.Builder |
email(String email)
The sender’s email.
|
UpdateSenderConfig.Builder |
isInboxConfigured(Boolean isInboxConfigured)
Whether the sender email has inbox configured to receive emails.
|
UpdateSenderConfig.Builder |
isResendNotificationEmail(Boolean isResendNotificationEmail)
Whether there is a need to resend the verification email.
|
public UpdateSenderConfig.Builder displayName(String displayName)
The sender’s displayName.
displayName
- the value to setpublic UpdateSenderConfig.Builder email(String email)
The sender’s email.
email
- the value to setpublic UpdateSenderConfig.Builder isInboxConfigured(Boolean isInboxConfigured)
Whether the sender email has inbox configured to receive emails.
isInboxConfigured
- the value to setpublic UpdateSenderConfig.Builder isResendNotificationEmail(Boolean isResendNotificationEmail)
Whether there is a need to resend the verification email.
isResendNotificationEmail
- the value to setpublic UpdateSenderConfig build()
public UpdateSenderConfig.Builder copy(UpdateSenderConfig model)
Copyright © 2016–2024. All rights reserved.