Enum HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum
- java.lang.Object
-
- java.lang.Enum<HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum>
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum>
- Enclosing class:
- HrisUpdateEmployeeRequestDtoEmploymentTypeValue
public static enum HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum extends java.lang.Enum<HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPRENTICECASUALCONTRACTOREMPLOYER_OF_RECORDEXPATRIATEEXTERNALFREELANCEINTERNINTERNALPERMANENTPROBATIONPROGRAMMESEASONALTEMPORARYTERMINATEDUNMAPPED_VALUEVOLUNTEER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CONTRACTOR
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum CONTRACTOR
-
INTERN
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum INTERN
-
PERMANENT
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum PERMANENT
-
APPRENTICE
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum APPRENTICE
-
FREELANCE
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum FREELANCE
-
TERMINATED
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum TERMINATED
-
TEMPORARY
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum TEMPORARY
-
SEASONAL
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum SEASONAL
-
VOLUNTEER
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum VOLUNTEER
-
PROBATION
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum PROBATION
-
INTERNAL
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum INTERNAL
-
EXTERNAL
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum EXTERNAL
-
EXPATRIATE
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum EXPATRIATE
-
EMPLOYER_OF_RECORD
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum EMPLOYER_OF_RECORD
-
CASUAL
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum CASUAL
-
PROGRAMME
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum PROGRAMME
-
UNMAPPED_VALUE
public static final HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum UNMAPPED_VALUE
-
-
Method Detail
-
values
public static HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum[] 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 (HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum c : HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HrisUpdateEmployeeRequestDtoEmploymentTypeValue.HrisUpdateEmployeeRequestDtoEmploymentTypeValueEnum 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()
-
-