Enum EmployeesListRequestShowEnumOrigins
- java.lang.Object
-
- java.lang.Enum<EmployeesListRequestShowEnumOrigins>
-
- com.merge.api.resources.hris.employees.types.EmployeesListRequestShowEnumOrigins
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EmployeesListRequestShowEnumOrigins>
public enum EmployeesListRequestShowEnumOrigins extends java.lang.Enum<EmployeesListRequestShowEnumOrigins>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static EmployeesListRequestShowEnumOriginsvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmployeesListRequestShowEnumOrigins[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EMPLOYMENT_STATUS
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS
-
EMPLOYMENT_STATUS_ETHNICITY
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS_ETHNICITY
-
EMPLOYMENT_STATUS_ETHNICITY_GENDER
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS_ETHNICITY_GENDER
-
EMPLOYMENT_STATUS_ETHNICITY_GENDER_MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS_ETHNICITY_GENDER_MARITAL_STATUS
-
EMPLOYMENT_STATUS_ETHNICITY_MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS_ETHNICITY_MARITAL_STATUS
-
EMPLOYMENT_STATUS_GENDER
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS_GENDER
-
EMPLOYMENT_STATUS_GENDER_MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS_GENDER_MARITAL_STATUS
-
EMPLOYMENT_STATUS_MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins EMPLOYMENT_STATUS_MARITAL_STATUS
-
ETHNICITY
public static final EmployeesListRequestShowEnumOrigins ETHNICITY
-
ETHNICITY_GENDER
public static final EmployeesListRequestShowEnumOrigins ETHNICITY_GENDER
-
ETHNICITY_GENDER_MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins ETHNICITY_GENDER_MARITAL_STATUS
-
ETHNICITY_MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins ETHNICITY_MARITAL_STATUS
-
GENDER
public static final EmployeesListRequestShowEnumOrigins GENDER
-
GENDER_MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins GENDER_MARITAL_STATUS
-
MARITAL_STATUS
public static final EmployeesListRequestShowEnumOrigins MARITAL_STATUS
-
-
Method Detail
-
values
public static EmployeesListRequestShowEnumOrigins[] 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 (EmployeesListRequestShowEnumOrigins c : EmployeesListRequestShowEnumOrigins.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EmployeesListRequestShowEnumOrigins 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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<EmployeesListRequestShowEnumOrigins>
-
-