Enum HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum
- java.lang.Object
-
- java.lang.Enum<HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum>
-
- com.stackone.stackone_client_java.models.components.HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum>
- Enclosing class:
- HrisCreateTimeOffRequestDtoTypeValue
public static enum HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum extends java.lang.Enum<HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABSENTACCIDENTANNUAL_LEAVEBEREAVEMENTBREAKCHILD_CARE_LEAVECOMP_TIMEHOLIDAYIN_LIEUJURY_DUTYLEAVE_OF_ABSENCELONG_TERM_DISABILITYMATERNITY_LEAVEOTHERPAIDPERSONALSABBATICALSHORT_TERM_DISABILITYSICKTRAININGUNMAPPED_VALUEUNPAIDVACATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SICK
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum SICK
-
UNMAPPED_VALUE
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum UNMAPPED_VALUE
-
VACATION
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum VACATION
-
LONG_TERM_DISABILITY
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum LONG_TERM_DISABILITY
-
SHORT_TERM_DISABILITY
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum SHORT_TERM_DISABILITY
-
ABSENT
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum ABSENT
-
COMP_TIME
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum COMP_TIME
-
TRAINING
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum TRAINING
-
ANNUAL_LEAVE
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum ANNUAL_LEAVE
-
LEAVE_OF_ABSENCE
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum LEAVE_OF_ABSENCE
-
BREAK
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum BREAK
-
CHILD_CARE_LEAVE
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum CHILD_CARE_LEAVE
-
MATERNITY_LEAVE
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum MATERNITY_LEAVE
-
JURY_DUTY
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum JURY_DUTY
-
SABBATICAL
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum SABBATICAL
-
ACCIDENT
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum ACCIDENT
-
PAID
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum PAID
-
UNPAID
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum UNPAID
-
HOLIDAY
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum HOLIDAY
-
PERSONAL
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum PERSONAL
-
IN_LIEU
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum IN_LIEU
-
BEREAVEMENT
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum BEREAVEMENT
-
OTHER
public static final HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum OTHER
-
-
Method Detail
-
values
public static HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum[] 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 (HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum c : HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HrisCreateTimeOffRequestDtoTypeValue.HrisCreateTimeOffRequestDtoTypeValueEnum 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()
-
-