Package com.docusign.admin.model
Enum AssetGroupAccountClone.AssetGroupWorkTypeEnum
- java.lang.Object
-
- java.lang.Enum<AssetGroupAccountClone.AssetGroupWorkTypeEnum>
-
- com.docusign.admin.model.AssetGroupAccountClone.AssetGroupWorkTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<AssetGroupAccountClone.AssetGroupWorkTypeEnum>
- Enclosing class:
- AssetGroupAccountClone
public static enum AssetGroupAccountClone.AssetGroupWorkTypeEnum extends Enum<AssetGroupAccountClone.AssetGroupWorkTypeEnum>
The type of asset group work.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCOUNTASSETCLONEACCOUNTASSETCREATEACCOUNTASSETFULFILLMENTGROUPASSETFULFILLMENTUNDEFINED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetGroupAccountClone.AssetGroupWorkTypeEnumfromValue(String value)StringgetValue()StringtoString()static AssetGroupAccountClone.AssetGroupWorkTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static AssetGroupAccountClone.AssetGroupWorkTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED
public static final AssetGroupAccountClone.AssetGroupWorkTypeEnum UNDEFINED
-
GROUPASSETFULFILLMENT
public static final AssetGroupAccountClone.AssetGroupWorkTypeEnum GROUPASSETFULFILLMENT
-
ACCOUNTASSETFULFILLMENT
public static final AssetGroupAccountClone.AssetGroupWorkTypeEnum ACCOUNTASSETFULFILLMENT
-
ACCOUNTASSETCLONE
public static final AssetGroupAccountClone.AssetGroupWorkTypeEnum ACCOUNTASSETCLONE
-
ACCOUNTASSETCREATE
public static final AssetGroupAccountClone.AssetGroupWorkTypeEnum ACCOUNTASSETCREATE
-
-
Method Detail
-
values
public static AssetGroupAccountClone.AssetGroupWorkTypeEnum[] 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 (AssetGroupAccountClone.AssetGroupWorkTypeEnum c : AssetGroupAccountClone.AssetGroupWorkTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AssetGroupAccountClone.AssetGroupWorkTypeEnum 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<AssetGroupAccountClone.AssetGroupWorkTypeEnum>
-
fromValue
public static AssetGroupAccountClone.AssetGroupWorkTypeEnum fromValue(String value)
-
-