Enum HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum
- java.lang.Object
-
- java.lang.Enum<HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum>
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum>
- Enclosing class:
- HrisCreateEmploymentRequestDtoPayFrequencyValue
public static enum HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum extends java.lang.Enum<HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BI_MONTHLYBI_WEEKLYDAILYFOUR_WEEKLYHALF_YEARLYHOURLYMONTHLYPRO_RATAQUARTERLYSEMI_ANNUALLYSEMI_MONTHLYTHIRTEEN_MONTHLYUNMAPPED_VALUEWEEKLYYEARLY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HOURLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum HOURLY
-
WEEKLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum WEEKLY
-
BI_WEEKLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum BI_WEEKLY
-
FOUR_WEEKLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum FOUR_WEEKLY
-
SEMI_MONTHLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum SEMI_MONTHLY
-
MONTHLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum MONTHLY
-
BI_MONTHLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum BI_MONTHLY
-
QUARTERLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum QUARTERLY
-
SEMI_ANNUALLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum SEMI_ANNUALLY
-
YEARLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum YEARLY
-
THIRTEEN_MONTHLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum THIRTEEN_MONTHLY
-
PRO_RATA
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum PRO_RATA
-
UNMAPPED_VALUE
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum UNMAPPED_VALUE
-
HALF_YEARLY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum HALF_YEARLY
-
DAILY
public static final HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum DAILY
-
-
Method Detail
-
values
public static HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum[] 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 (HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum c : HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HrisCreateEmploymentRequestDtoPayFrequencyValue.HrisCreateEmploymentRequestDtoPayFrequencyValueEnum 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()
-
-