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