Uses of Class
flux.notification.MailContentType

Packages that use MailContentType
flux.notification Triggers and actions that receive and send email notifications 
 

Uses of MailContentType in flux.notification
 

Fields in flux.notification declared as MailContentType
 MailContentType MailTrigger.Mail_Trigger_Result.content_type
          Deprecated. The content type of the email message.
static MailContentType MailContentType.TEXT_HTML
          The text/html email content type.
static MailContentType MailContentType.TEXT_PLAIN
          The text/plain email content type.
 

Methods in flux.notification that return MailContentType
 MailContentType MailAction.getContentType()
          Returns the email content type for this mail.
static MailContentType MailContentType.getInstance(java.lang.String enumeration)
          Returns a pre-existing instance of this enumeration from the specified name.
 

Methods in flux.notification with parameters of type MailContentType
 void MailAction.setContentType(MailContentType mailContentType)
          Sets the email content type for this mail.
 



© 2014 Flux Corporation. All rights reserved.