Class EmployeeEmploymentTypeValue
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeEmploymentTypeValue
-
public class EmployeeEmploymentTypeValue extends java.lang.ObjectEmployeeEmploymentTypeValueThe type of the employment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeEmploymentTypeValue._Deserializerstatic classEmployeeEmploymentTypeValue._Serializerstatic classEmployeeEmploymentTypeValue.EmployeeEmploymentTypeValueEnum
-
Field Summary
Fields Modifier and Type Field Description static EmployeeEmploymentTypeValueAPPRENTICEstatic EmployeeEmploymentTypeValueCASUALstatic EmployeeEmploymentTypeValueCONTRACTORstatic EmployeeEmploymentTypeValueEMPLOYER_OF_RECORDstatic EmployeeEmploymentTypeValueEXPATRIATEstatic EmployeeEmploymentTypeValueEXTERNALstatic EmployeeEmploymentTypeValueFREELANCEstatic EmployeeEmploymentTypeValueINTERNstatic EmployeeEmploymentTypeValueINTERNALstatic EmployeeEmploymentTypeValuePERMANENTstatic EmployeeEmploymentTypeValuePROBATIONstatic EmployeeEmploymentTypeValuePROGRAMMEstatic EmployeeEmploymentTypeValueSEASONALstatic EmployeeEmploymentTypeValueTEMPORARYstatic EmployeeEmploymentTypeValueTERMINATEDstatic EmployeeEmploymentTypeValueUNMAPPED_VALUEstatic EmployeeEmploymentTypeValueVOLUNTEER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<EmployeeEmploymentTypeValue.EmployeeEmploymentTypeValueEnum>asEnum()booleanequals(java.lang.Object obj)inthashCode()booleanisKnown()static EmployeeEmploymentTypeValueof(java.lang.String value)Returns a EmployeeEmploymentTypeValue with the given value.java.lang.StringtoString()java.lang.Stringvalue()static EmployeeEmploymentTypeValue[]values()
-
-
-
Field Detail
-
CONTRACTOR
public static final EmployeeEmploymentTypeValue CONTRACTOR
-
INTERN
public static final EmployeeEmploymentTypeValue INTERN
-
PERMANENT
public static final EmployeeEmploymentTypeValue PERMANENT
-
APPRENTICE
public static final EmployeeEmploymentTypeValue APPRENTICE
-
FREELANCE
public static final EmployeeEmploymentTypeValue FREELANCE
-
TERMINATED
public static final EmployeeEmploymentTypeValue TERMINATED
-
TEMPORARY
public static final EmployeeEmploymentTypeValue TEMPORARY
-
SEASONAL
public static final EmployeeEmploymentTypeValue SEASONAL
-
VOLUNTEER
public static final EmployeeEmploymentTypeValue VOLUNTEER
-
PROBATION
public static final EmployeeEmploymentTypeValue PROBATION
-
INTERNAL
public static final EmployeeEmploymentTypeValue INTERNAL
-
EXTERNAL
public static final EmployeeEmploymentTypeValue EXTERNAL
-
EXPATRIATE
public static final EmployeeEmploymentTypeValue EXPATRIATE
-
EMPLOYER_OF_RECORD
public static final EmployeeEmploymentTypeValue EMPLOYER_OF_RECORD
-
CASUAL
public static final EmployeeEmploymentTypeValue CASUAL
-
PROGRAMME
public static final EmployeeEmploymentTypeValue PROGRAMME
-
UNMAPPED_VALUE
public static final EmployeeEmploymentTypeValue UNMAPPED_VALUE
-
-
Method Detail
-
of
public static EmployeeEmploymentTypeValue of(java.lang.String value)
Returns a EmployeeEmploymentTypeValue with the given value. For a specific value the returned object will always be a singleton so reference equality is satisfied when the values are the same.- Parameters:
value- value to be wrapped as EmployeeEmploymentTypeValue
-
value
public java.lang.String value()
-
asEnum
public java.util.Optional<EmployeeEmploymentTypeValue.EmployeeEmploymentTypeValueEnum> asEnum()
-
isKnown
public boolean isKnown()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
values
public static EmployeeEmploymentTypeValue[] values()
-
-