Class HrisDocumentApiModelTypeValue
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentApiModelTypeValue
-
public class HrisDocumentApiModelTypeValue extends java.lang.ObjectHrisDocumentApiModelTypeValueThe category of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisDocumentApiModelTypeValue._Deserializerstatic classHrisDocumentApiModelTypeValue._Serializerstatic classHrisDocumentApiModelTypeValue.HrisDocumentApiModelTypeValueEnum
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<HrisDocumentApiModelTypeValue.HrisDocumentApiModelTypeValueEnum>asEnum()booleanequals(java.lang.Object obj)inthashCode()booleanisKnown()static HrisDocumentApiModelTypeValueof(java.lang.String value)Returns a HrisDocumentApiModelTypeValue with the given value.java.lang.StringtoString()java.lang.Stringvalue()static HrisDocumentApiModelTypeValue[]values()
-
-
-
Field Detail
-
APPLICATION
public static final HrisDocumentApiModelTypeValue APPLICATION
-
ACADEMIC
public static final HrisDocumentApiModelTypeValue ACADEMIC
-
CONTRACT
public static final HrisDocumentApiModelTypeValue CONTRACT
-
CERTIFICATES
public static final HrisDocumentApiModelTypeValue CERTIFICATES
-
VISA
public static final HrisDocumentApiModelTypeValue VISA
-
PASSPORT
public static final HrisDocumentApiModelTypeValue PASSPORT
-
DRIVER_LICENSE
public static final HrisDocumentApiModelTypeValue DRIVER_LICENSE
-
PAYSLIP
public static final HrisDocumentApiModelTypeValue PAYSLIP
-
PAYROLL
public static final HrisDocumentApiModelTypeValue PAYROLL
-
APPRAISAL
public static final HrisDocumentApiModelTypeValue APPRAISAL
-
RESUME
public static final HrisDocumentApiModelTypeValue RESUME
-
POLICY
public static final HrisDocumentApiModelTypeValue POLICY
-
COVER_LETTER
public static final HrisDocumentApiModelTypeValue COVER_LETTER
-
OFFER_LETTER
public static final HrisDocumentApiModelTypeValue OFFER_LETTER
-
POLICY_AGREEMENT
public static final HrisDocumentApiModelTypeValue POLICY_AGREEMENT
-
HOME_ADDRESS
public static final HrisDocumentApiModelTypeValue HOME_ADDRESS
-
NATIONAL_ID
public static final HrisDocumentApiModelTypeValue NATIONAL_ID
-
CONFIDENTIAL
public static final HrisDocumentApiModelTypeValue CONFIDENTIAL
-
SIGNED
public static final HrisDocumentApiModelTypeValue SIGNED
-
SHARED
public static final HrisDocumentApiModelTypeValue SHARED
-
OTHER
public static final HrisDocumentApiModelTypeValue OTHER
-
BENEFIT
public static final HrisDocumentApiModelTypeValue BENEFIT
-
ID_VERIFICATION
public static final HrisDocumentApiModelTypeValue ID_VERIFICATION
-
BACKGROUND_CHECK
public static final HrisDocumentApiModelTypeValue BACKGROUND_CHECK
-
UNMAPPED_VALUE
public static final HrisDocumentApiModelTypeValue UNMAPPED_VALUE
-
-
Method Detail
-
of
public static HrisDocumentApiModelTypeValue of(java.lang.String value)
Returns a HrisDocumentApiModelTypeValue 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 HrisDocumentApiModelTypeValue
-
value
public java.lang.String value()
-
asEnum
public java.util.Optional<HrisDocumentApiModelTypeValue.HrisDocumentApiModelTypeValueEnum> 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 HrisDocumentApiModelTypeValue[] values()
-
-