Enum AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum
- java.lang.Object
-
- java.lang.Enum<AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum>
-
- com.stackone.stackone_client_java.models.components.AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum>
- Enclosing class:
- AtsDocumentApiModelTypeValue
public static enum AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum extends java.lang.Enum<AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASSESSMENTAVATARCOVER_LETTERINTERVIEW_ATTACHMENTNATIONAL_IDOFFER_LETTEROFFER_PACKETOTHERPASSPORTPOLICYPROFILE_PICTURERESUMESIGNED_OFFER_LETTERTAKE_HOME_TESTUNMAPPED_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RESUME
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum RESUME
-
AVATAR
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum AVATAR
-
COVER_LETTER
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum COVER_LETTER
-
PROFILE_PICTURE
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum PROFILE_PICTURE
-
POLICY
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum POLICY
-
PASSPORT
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum PASSPORT
-
ASSESSMENT
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum ASSESSMENT
-
INTERVIEW_ATTACHMENT
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum INTERVIEW_ATTACHMENT
-
TAKE_HOME_TEST
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum TAKE_HOME_TEST
-
OFFER_LETTER
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum OFFER_LETTER
-
SIGNED_OFFER_LETTER
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum SIGNED_OFFER_LETTER
-
NATIONAL_ID
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum NATIONAL_ID
-
OFFER_PACKET
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum OFFER_PACKET
-
OTHER
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum OTHER
-
UNMAPPED_VALUE
public static final AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum UNMAPPED_VALUE
-
-
Method Detail
-
values
public static AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum[] 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 (AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum c : AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
value
public java.lang.String value()
-
-