Enum HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum
- java.lang.Object
-
- java.lang.Enum<HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum>
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum>
- Enclosing class:
- HrisUpdateEmploymentRequestDtoWorkTimeValue
public static enum HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum extends java.lang.Enum<HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DAYMONTHUNMAPPED_VALUEWEEKYEAR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DAY
public static final HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum DAY
-
WEEK
public static final HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum WEEK
-
MONTH
public static final HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum MONTH
-
YEAR
public static final HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum YEAR
-
UNMAPPED_VALUE
public static final HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum UNMAPPED_VALUE
-
-
Method Detail
-
values
public static HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum[] 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 (HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum c : HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HrisUpdateEmploymentRequestDtoWorkTimeValue.HrisUpdateEmploymentRequestDtoWorkTimeValueEnum 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()
-
-