public static interface SendingOptions.Builder extends SdkPojo, CopyableBuilder<SendingOptions.Builder,SendingOptions>
Modifier and Type | Method and Description |
---|---|
SendingOptions.Builder |
sendingEnabled(Boolean sendingEnabled)
If
true , email sending is enabled for the configuration set. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
SendingOptions.Builder sendingEnabled(Boolean sendingEnabled)
If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.
sendingEnabled
- If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.Copyright © 2022. All rights reserved.