Package com.boldsign.model
Enum EmbeddedSendTemplateFormRequest.LocaleEnum
- java.lang.Object
-
- java.lang.Enum<EmbeddedSendTemplateFormRequest.LocaleEnum>
-
- com.boldsign.model.EmbeddedSendTemplateFormRequest.LocaleEnum
-
- All Implemented Interfaces:
Serializable,Comparable<EmbeddedSendTemplateFormRequest.LocaleEnum>
- Enclosing class:
- EmbeddedSendTemplateFormRequest
public static enum EmbeddedSendTemplateFormRequest.LocaleEnum extends Enum<EmbeddedSendTemplateFormRequest.LocaleEnum>
Gets or Sets locale
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbeddedSendTemplateFormRequest.LocaleEnum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmbeddedSendTemplateFormRequest.LocaleEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static EmbeddedSendTemplateFormRequest.LocaleEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedSendTemplateFormRequest.LocaleEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EN
public static final EmbeddedSendTemplateFormRequest.LocaleEnum EN
-
NO
public static final EmbeddedSendTemplateFormRequest.LocaleEnum NO
-
FR
public static final EmbeddedSendTemplateFormRequest.LocaleEnum FR
-
DE
public static final EmbeddedSendTemplateFormRequest.LocaleEnum DE
-
ES
public static final EmbeddedSendTemplateFormRequest.LocaleEnum ES
-
BG
public static final EmbeddedSendTemplateFormRequest.LocaleEnum BG
-
CS
public static final EmbeddedSendTemplateFormRequest.LocaleEnum CS
-
DA
public static final EmbeddedSendTemplateFormRequest.LocaleEnum DA
-
IT
public static final EmbeddedSendTemplateFormRequest.LocaleEnum IT
-
NL
public static final EmbeddedSendTemplateFormRequest.LocaleEnum NL
-
PL
public static final EmbeddedSendTemplateFormRequest.LocaleEnum PL
-
PT
public static final EmbeddedSendTemplateFormRequest.LocaleEnum PT
-
RO
public static final EmbeddedSendTemplateFormRequest.LocaleEnum RO
-
RU
public static final EmbeddedSendTemplateFormRequest.LocaleEnum RU
-
SV
public static final EmbeddedSendTemplateFormRequest.LocaleEnum SV
-
DEFAULT
public static final EmbeddedSendTemplateFormRequest.LocaleEnum DEFAULT
-
JA
public static final EmbeddedSendTemplateFormRequest.LocaleEnum JA
-
TH
public static final EmbeddedSendTemplateFormRequest.LocaleEnum TH
-
ZH_CN
public static final EmbeddedSendTemplateFormRequest.LocaleEnum ZH_CN
-
ZH_TW
public static final EmbeddedSendTemplateFormRequest.LocaleEnum ZH_TW
-
KO
public static final EmbeddedSendTemplateFormRequest.LocaleEnum KO
-
-
Method Detail
-
values
public static EmbeddedSendTemplateFormRequest.LocaleEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EmbeddedSendTemplateFormRequest.LocaleEnum c : EmbeddedSendTemplateFormRequest.LocaleEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EmbeddedSendTemplateFormRequest.LocaleEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<EmbeddedSendTemplateFormRequest.LocaleEnum>
-
fromValue
public static EmbeddedSendTemplateFormRequest.LocaleEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-