Uses of Class
com.orchestranetworks.workflow.MailSpec.ContentType
-
Packages that use MailSpec.ContentType Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of MailSpec.ContentType in com.orchestranetworks.workflow
Fields in com.orchestranetworks.workflow declared as MailSpec.ContentType Modifier and Type Field Description static MailSpec.ContentTypeMailSpec.ContentType. TEXT_HTMLThe "text/html" content type.static MailSpec.ContentTypeMailSpec.ContentType. TEXT_PLAINThe "text/plain" content type.Methods in com.orchestranetworks.workflow with parameters of type MailSpec.ContentType Modifier and Type Method Description voidMailSpec. setContentType(MailSpec.ContentType contentType)Defines the content type of the email.
-