public static enum EmailTemplate.Templates extends Enum<EmailTemplate.Templates>
| Enum Constant and Description |
|---|
INVITATION_REDEEMED |
PASSWORD_RESET |
USER_ADDED_TO_ACCOUNT |
USER_CREATED |
USER_INVITATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getTemplateName() |
static EmailTemplate.Templates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailTemplate.Templates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailTemplate.Templates USER_CREATED
public static final EmailTemplate.Templates PASSWORD_RESET
public static final EmailTemplate.Templates USER_INVITATION
public static final EmailTemplate.Templates INVITATION_REDEEMED
public static final EmailTemplate.Templates USER_ADDED_TO_ACCOUNT
public static EmailTemplate.Templates[] values()
for (EmailTemplate.Templates c : EmailTemplate.Templates.values()) System.out.println(c);
public static EmailTemplate.Templates 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 getTemplateName()
Copyright © 2015–2019 DuraSpace. All rights reserved.