Interface MailTextContentOuterClass.MailTextContentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MailTextContentOuterClass.MailTextContent, MailTextContentOuterClass.MailTextContent.Builder
Enclosing class:
MailTextContentOuterClass

public static interface MailTextContentOuterClass.MailTextContentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string content = 2;
    com.google.protobuf.ByteString
    string content = 2;
    NBNLJCLPGEA
    com.google.protobuf.ByteString
    NBNLJCLPGEA
    string title = 1;
    com.google.protobuf.ByteString
    string title = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTitle

      String getTitle()
      string title = 1;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 1;
      Returns:
      The bytes for title.
    • getContent

      String getContent()
      string content = 2;
      Returns:
      The content.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes()
      string content = 2;
      Returns:
      The bytes for content.
    • getSender

      String getSender()
      NBNLJCLPGEA
       
      string sender = 3;
      Returns:
      The sender.
    • getSenderBytes

      com.google.protobuf.ByteString getSenderBytes()
      NBNLJCLPGEA
       
      string sender = 3;
      Returns:
      The bytes for sender.