public enum OrganizationEmailCustomizationFields extends Enum<OrganizationEmailCustomizationFields>
Enum Constant and Description |
---|
CUSTOMIZE_TEXT
Welcome email customize text
|
DEFAULT_CUSTOMIZE_TEXT
Welcome email default customize text
|
DEFAULT_SECONDARY_LANGUAGE_CUSTOMIZE_TEXT
Welcome email customize text secondary language
|
ENABLE_ANDROID_APP_DOWNLOAD_LINK
Enable Android app download link
|
ENABLE_GET_STARTED_VIDEO
Enable "Get started" video
|
ENABLE_IOS_APP_DOWNLOAD_LINK
Enable IOS app download link
|
ENABLE_PC_AND_MAC_APP_DOWNLOAD_LINK
Enable PC/Mac app download link
|
SECONDARY_LANGUAGE_CUSTOMIZE_TEXT
Welcome email customize text secondary language
|
Modifier and Type | Method and Description |
---|---|
static OrganizationEmailCustomizationFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationEmailCustomizationFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationEmailCustomizationFields CUSTOMIZE_TEXT
public static final OrganizationEmailCustomizationFields DEFAULT_CUSTOMIZE_TEXT
public static final OrganizationEmailCustomizationFields SECONDARY_LANGUAGE_CUSTOMIZE_TEXT
public static final OrganizationEmailCustomizationFields DEFAULT_SECONDARY_LANGUAGE_CUSTOMIZE_TEXT
public static final OrganizationEmailCustomizationFields ENABLE_GET_STARTED_VIDEO
public static final OrganizationEmailCustomizationFields ENABLE_PC_AND_MAC_APP_DOWNLOAD_LINK
public static final OrganizationEmailCustomizationFields ENABLE_IOS_APP_DOWNLOAD_LINK
public static final OrganizationEmailCustomizationFields ENABLE_ANDROID_APP_DOWNLOAD_LINK
public static OrganizationEmailCustomizationFields[] values()
for (OrganizationEmailCustomizationFields c : OrganizationEmailCustomizationFields.values()) System.out.println(c);
public static OrganizationEmailCustomizationFields 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 nullCopyright © 2019. All rights reserved.