Enum ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum
- java.lang.Object
-
- java.lang.Enum<ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum>
-
- com.stackone.stackone_client_java.models.components.ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum>
- Enclosing class:
- ApplicationChangesDataModelValue
public static enum ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum extends java.lang.Enum<ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCEPTEDACTIVEAPPROVEDASSESSMENTBACKGROUND_CHECKCONVERTEDCREATEDDECLINED_BY_CANDIDATEHIREDINTERVIEWLEADNEWOFFERONBOARDINGREFERENCE_CHECKREJECTEDREVIEWSCREENSHORT_LISTUNMAPPED_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACTIVE
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum ACTIVE
-
ASSESSMENT
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum ASSESSMENT
-
BACKGROUND_CHECK
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum BACKGROUND_CHECK
-
CONVERTED
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum CONVERTED
-
DECLINED_BY_CANDIDATE
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum DECLINED_BY_CANDIDATE
-
HIRED
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum HIRED
-
INTERVIEW
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum INTERVIEW
-
LEAD
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum LEAD
-
OFFER
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum OFFER
-
REFERENCE_CHECK
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum REFERENCE_CHECK
-
REJECTED
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum REJECTED
-
REVIEW
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum REVIEW
-
SCREEN
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum SCREEN
-
NEW
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum NEW
-
ONBOARDING
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum ONBOARDING
-
CREATED
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum CREATED
-
ACCEPTED
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum ACCEPTED
-
SHORT_LIST
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum SHORT_LIST
-
APPROVED
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum APPROVED
-
UNMAPPED_VALUE
public static final ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum UNMAPPED_VALUE
-
-
Method Detail
-
values
public static ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum[] 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 (ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum c : ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ApplicationChangesDataModelValue.ApplicationChangesDataModelValueEnum 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()
-
-