Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.addAllRecipientsEmail(Iterable<String> values) |
The list of email addresses to receive an email with the content populated in the other fields.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.addRecipientsEmail(String value) |
The list of email addresses to receive an email with the content populated in the other fields.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.addRecipientsEmailBytes(com.google.protobuf.ByteString value) |
The list of email addresses to receive an email with the content populated in the other fields.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clear() |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clearBody() |
The content of the email body.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clearRecipientsEmail() |
The list of email addresses to receive an email with the content populated in the other fields.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clearSenderEmail() |
The email of the sender.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clearSubjectLine() |
The content of the subject line.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.clone() |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.mergeFrom(Notification.EmailMessage other) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Notification.EmailMessage.Builder |
Notification.EmailMessage.newBuilder() |
|
static Notification.EmailMessage.Builder |
Notification.EmailMessage.newBuilder(Notification.EmailMessage prototype) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.newBuilderForType() |
|
protected Notification.EmailMessage.Builder |
Notification.EmailMessage.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setBody(String value) |
The content of the email body.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setBodyBytes(com.google.protobuf.ByteString value) |
The content of the email body.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setRecipientsEmail(int index,
String value) |
The list of email addresses to receive an email with the content populated in the other fields.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setSenderEmail(String value) |
The email of the sender.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setSenderEmailBytes(com.google.protobuf.ByteString value) |
The email of the sender.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setSubjectLine(String value) |
The content of the subject line.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setSubjectLineBytes(com.google.protobuf.ByteString value) |
The content of the subject line.
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Notification.EmailMessage.Builder |
Notification.EmailMessage.toBuilder() |
|