public static interface SimpleEmailPart.Builder extends SdkPojo, CopyableBuilder<SimpleEmailPart.Builder,SimpleEmailPart>
| Modifier and Type | Method and Description |
|---|---|
SimpleEmailPart.Builder |
charset(String charset)
The applicable character set for the message content.
|
SimpleEmailPart.Builder |
data(String data)
The textual data of the message content.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimpleEmailPart.Builder charset(String charset)
The applicable character set for the message content.
charset - The applicable character set for the message content.SimpleEmailPart.Builder data(String data)
The textual data of the message content.
data - The textual data of the message content.Copyright © 2023. All rights reserved.