Package com.boldsign.model
Enum EmbeddedMergeTemplateFormRequest.LocaleEnum
- java.lang.Object
-
- java.lang.Enum<EmbeddedMergeTemplateFormRequest.LocaleEnum>
-
- com.boldsign.model.EmbeddedMergeTemplateFormRequest.LocaleEnum
-
- All Implemented Interfaces:
Serializable,Comparable<EmbeddedMergeTemplateFormRequest.LocaleEnum>
- Enclosing class:
- EmbeddedMergeTemplateFormRequest
public static enum EmbeddedMergeTemplateFormRequest.LocaleEnum extends Enum<EmbeddedMergeTemplateFormRequest.LocaleEnum>
Gets or Sets locale
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbeddedMergeTemplateFormRequest.LocaleEnum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmbeddedMergeTemplateFormRequest.LocaleEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static EmbeddedMergeTemplateFormRequest.LocaleEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedMergeTemplateFormRequest.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 EmbeddedMergeTemplateFormRequest.LocaleEnum EN
-
NO
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum NO
-
FR
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum FR
-
DE
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum DE
-
ES
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum ES
-
BG
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum BG
-
CS
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum CS
-
DA
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum DA
-
IT
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum IT
-
NL
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum NL
-
PL
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum PL
-
PT
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum PT
-
RO
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum RO
-
RU
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum RU
-
SV
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum SV
-
DEFAULT
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum DEFAULT
-
JA
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum JA
-
TH
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum TH
-
ZH_CN
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum ZH_CN
-
ZH_TW
public static final EmbeddedMergeTemplateFormRequest.LocaleEnum ZH_TW
-
-
Method Detail
-
values
public static EmbeddedMergeTemplateFormRequest.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 (EmbeddedMergeTemplateFormRequest.LocaleEnum c : EmbeddedMergeTemplateFormRequest.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 EmbeddedMergeTemplateFormRequest.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<EmbeddedMergeTemplateFormRequest.LocaleEnum>
-
fromValue
public static EmbeddedMergeTemplateFormRequest.LocaleEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-