Package com.docusign.admin.model
Enum AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum
- java.lang.Object
-
- java.lang.Enum<AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum>
-
- com.docusign.admin.model.AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum
-
- All Implemented Interfaces:
Serializable,Comparable<AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum>
- Enclosing class:
- AssetGroupAccountCloneTargetAccountAdmin
public static enum AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum extends Enum<AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum>
The locale of the target account's admin user.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetGroupAccountCloneTargetAccountAdmin.LocaleEnumfromValue(String value)StringgetValue()StringtoString()static AssetGroupAccountCloneTargetAccountAdmin.LocaleEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NONE
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum NONE
-
ZH_CN
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum ZH_CN
-
ZH_TW
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum ZH_TW
-
NL
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum NL
-
EN
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum EN
-
FR
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum FR
-
DE
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum DE
-
IT
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum IT
-
JA
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum JA
-
KO
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum KO
-
PT
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum PT
-
PT_BR
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum PT_BR
-
RU
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum RU
-
ES
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum ES
-
PL
public static final AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum PL
-
-
Method Detail
-
values
public static AssetGroupAccountCloneTargetAccountAdmin.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 (AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum c : AssetGroupAccountCloneTargetAccountAdmin.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 AssetGroupAccountCloneTargetAccountAdmin.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<AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum>
-
fromValue
public static AssetGroupAccountCloneTargetAccountAdmin.LocaleEnum fromValue(String value)
-
-