public static enum ImapService.EmailBodyFormat extends Enum<ImapService.EmailBodyFormat>
Enum Constant and Description |
---|
ALFRESCO_TEXT_HTML |
ALFRESCO_TEXT_PLAIN |
SHARE_TEXT_HTML |
SHARE_TEXT_PLAIN |
Modifier and Type | Method and Description |
---|---|
String |
getClasspathTemplatePath() |
String |
getMimeType() |
String |
getSubtype() |
String |
getTypeSubtype() |
String |
getWebApp() |
static ImapService.EmailBodyFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImapService.EmailBodyFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImapService.EmailBodyFormat ALFRESCO_TEXT_PLAIN
public static final ImapService.EmailBodyFormat SHARE_TEXT_PLAIN
public static final ImapService.EmailBodyFormat ALFRESCO_TEXT_HTML
public static final ImapService.EmailBodyFormat SHARE_TEXT_HTML
public static ImapService.EmailBodyFormat[] values()
for (ImapService.EmailBodyFormat c : ImapService.EmailBodyFormat.values()) System.out.println(c);
public static ImapService.EmailBodyFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getSubtype()
public String getTypeSubtype()
public String getMimeType()
public String getClasspathTemplatePath()
public String getWebApp()
Copyright © 2005–2017 Alfresco Software. All rights reserved.