public enum TemplateType extends Enum<TemplateType>
Modifier and Type | Class and Description |
---|---|
static class |
TemplateType.Adapter |
Enum Constant and Description |
---|
EMAIL_ACCOUNT_EXISTS |
EMAIL_APP_INSTALL_LINK |
EMAIL_RESET_PASSWORD |
EMAIL_SIGN_IN |
EMAIL_SIGNED_CONSENT |
EMAIL_VERIFY_EMAIL |
SMS_ACCOUNT_EXISTS |
SMS_APP_INSTALL_LINK |
SMS_PHONE_SIGN_IN |
SMS_RESET_PASSWORD |
SMS_SIGNED_CONSENT |
SMS_VERIFY_PHONE |
Modifier and Type | Method and Description |
---|---|
static TemplateType |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TemplateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateType EMAIL_ACCOUNT_EXISTS
public static final TemplateType EMAIL_APP_INSTALL_LINK
public static final TemplateType EMAIL_RESET_PASSWORD
public static final TemplateType EMAIL_SIGN_IN
public static final TemplateType EMAIL_SIGNED_CONSENT
public static final TemplateType EMAIL_VERIFY_EMAIL
public static final TemplateType SMS_ACCOUNT_EXISTS
public static final TemplateType SMS_APP_INSTALL_LINK
public static final TemplateType SMS_PHONE_SIGN_IN
public static final TemplateType SMS_RESET_PASSWORD
public static final TemplateType SMS_SIGNED_CONSENT
public static final TemplateType SMS_VERIFY_PHONE
public static TemplateType[] values()
for (TemplateType c : TemplateType.values()) System.out.println(c);
public static TemplateType 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 getValue()
public String toString()
toString
in class Enum<TemplateType>
public static TemplateType fromValue(String text)
Copyright © 2022 Sage Bionetworks. All rights reserved.