Class NuclosMailContentType

java.lang.Object
org.nuclos.api.mail.NuclosMailContentType

class NuclosMailContentType extends Object
Class that represents the type of a NuclosMail. This class is normally not instantiated by the rule programmer. NuclosMail provides contants of the class to use in rules.
Author:
reichama
  • Constructor Details

    • NuclosMailContentType

      public NuclosMailContentType(String type, String charset)
      Constructor with charset and type values used as defaults
      Parameters:
      type -
      charset -
  • Method Details

    • getType

      public String getType()
      Method returns the mail type, e.g text/plain or text/html
      Returns:
    • getCharset

      public String getCharset()
      Method returns the charset, e.g UTF-8 or ISO-8859-1
      Returns: