Package com.docusign.admin.model
Enum SubAccountCreateWorker.AssetGroupWorkTypeEnum
- java.lang.Object
-
- java.lang.Enum<SubAccountCreateWorker.AssetGroupWorkTypeEnum>
-
- com.docusign.admin.model.SubAccountCreateWorker.AssetGroupWorkTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<SubAccountCreateWorker.AssetGroupWorkTypeEnum>
- Enclosing class:
- SubAccountCreateWorker
public static enum SubAccountCreateWorker.AssetGroupWorkTypeEnum extends Enum<SubAccountCreateWorker.AssetGroupWorkTypeEnum>
The type of asset group work.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCOUNTASSETCLONEACCOUNTASSETCREATEACCOUNTASSETFULFILLMENTGROUPASSETFULFILLMENTSUBSCRIPTIONSYNCUNDEFINED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubAccountCreateWorker.AssetGroupWorkTypeEnumfromValue(String value)StringgetValue()StringtoString()static SubAccountCreateWorker.AssetGroupWorkTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static SubAccountCreateWorker.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 SubAccountCreateWorker.AssetGroupWorkTypeEnum UNDEFINED
-
GROUPASSETFULFILLMENT
public static final SubAccountCreateWorker.AssetGroupWorkTypeEnum GROUPASSETFULFILLMENT
-
ACCOUNTASSETFULFILLMENT
public static final SubAccountCreateWorker.AssetGroupWorkTypeEnum ACCOUNTASSETFULFILLMENT
-
ACCOUNTASSETCLONE
public static final SubAccountCreateWorker.AssetGroupWorkTypeEnum ACCOUNTASSETCLONE
-
ACCOUNTASSETCREATE
public static final SubAccountCreateWorker.AssetGroupWorkTypeEnum ACCOUNTASSETCREATE
-
SUBSCRIPTIONSYNC
public static final SubAccountCreateWorker.AssetGroupWorkTypeEnum SUBSCRIPTIONSYNC
-
-
Method Detail
-
values
public static SubAccountCreateWorker.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 (SubAccountCreateWorker.AssetGroupWorkTypeEnum c : SubAccountCreateWorker.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 SubAccountCreateWorker.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<SubAccountCreateWorker.AssetGroupWorkTypeEnum>
-
fromValue
public static SubAccountCreateWorker.AssetGroupWorkTypeEnum fromValue(String value)
-
-