Enum UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum
- java.lang.Object
-
- java.lang.Enum<UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum>
-
- com.stackone.stackone_client_java.models.components.UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum>
- Enclosing class:
- UpdateEmployeeApiModelEthnicityValue
public static enum UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum extends java.lang.Enum<UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMERICAN_INDIAN_OR_ALASKA_NATIVEASIANBLACK_OR_AFRICAN_AMERICANHISPANIC_OR_LATINONATIVE_HAWAIIAN_OR_PACIFIC_ISLANDERNOT_DISCLOSEDOTHERTWO_OR_MORE_RACESUNMAPPED_VALUEWHITE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
WHITE
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum WHITE
-
BLACK_OR_AFRICAN_AMERICAN
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum BLACK_OR_AFRICAN_AMERICAN
-
ASIAN
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum ASIAN
-
HISPANIC_OR_LATINO
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum HISPANIC_OR_LATINO
-
AMERICAN_INDIAN_OR_ALASKA_NATIVE
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum AMERICAN_INDIAN_OR_ALASKA_NATIVE
-
NATIVE_HAWAIIAN_OR_PACIFIC_ISLANDER
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum NATIVE_HAWAIIAN_OR_PACIFIC_ISLANDER
-
TWO_OR_MORE_RACES
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum TWO_OR_MORE_RACES
-
NOT_DISCLOSED
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum NOT_DISCLOSED
-
OTHER
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum OTHER
-
UNMAPPED_VALUE
public static final UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum UNMAPPED_VALUE
-
-
Method Detail
-
values
public static UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum[] 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 (UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum c : UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UpdateEmployeeApiModelEthnicityValue.UpdateEmployeeApiModelEthnicityValueEnum 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()
-
-