public interface SendEmailRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
optional string body = 4; |
com.google.protobuf.ByteString |
getBodyBytes()
optional string body = 4; |
java.lang.String |
getReceiverEmail()
optional string receiver_email = 5; |
com.google.protobuf.ByteString |
getReceiverEmailBytes()
optional string receiver_email = 5; |
java.lang.String |
getSenderEmail()
optional string sender_email = 2; |
com.google.protobuf.ByteString |
getSenderEmailBytes()
optional string sender_email = 2; |
java.lang.String |
getSenderName()
optional string sender_name = 1; |
com.google.protobuf.ByteString |
getSenderNameBytes()
optional string sender_name = 1; |
java.lang.String |
getSubject()
optional string subject = 3; |
com.google.protobuf.ByteString |
getSubjectBytes()
optional string subject = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getSenderName()
optional string sender_name = 1;com.google.protobuf.ByteString getSenderNameBytes()
optional string sender_name = 1;java.lang.String getSenderEmail()
optional string sender_email = 2;com.google.protobuf.ByteString getSenderEmailBytes()
optional string sender_email = 2;java.lang.String getSubject()
optional string subject = 3;com.google.protobuf.ByteString getSubjectBytes()
optional string subject = 3;java.lang.String getBody()
optional string body = 4;com.google.protobuf.ByteString getBodyBytes()
optional string body = 4;java.lang.String getReceiverEmail()
optional string receiver_email = 5;com.google.protobuf.ByteString getReceiverEmailBytes()
optional string receiver_email = 5;