Class AtsDocumentApiModelTypeValue
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsDocumentApiModelTypeValue
-
public class AtsDocumentApiModelTypeValue extends java.lang.ObjectAtsDocumentApiModelTypeValue - The category of the file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsDocumentApiModelTypeValue._Deserializerstatic classAtsDocumentApiModelTypeValue._Serializerstatic classAtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum
-
Field Summary
Fields Modifier and Type Field Description static AtsDocumentApiModelTypeValueASSESSMENTstatic AtsDocumentApiModelTypeValueAVATARstatic AtsDocumentApiModelTypeValueCOVER_LETTERstatic AtsDocumentApiModelTypeValueINTERVIEW_ATTACHMENTstatic AtsDocumentApiModelTypeValueNATIONAL_IDstatic AtsDocumentApiModelTypeValueOFFER_LETTERstatic AtsDocumentApiModelTypeValueOFFER_PACKETstatic AtsDocumentApiModelTypeValueOTHERstatic AtsDocumentApiModelTypeValuePASSPORTstatic AtsDocumentApiModelTypeValuePOLICYstatic AtsDocumentApiModelTypeValuePROFILE_PICTUREstatic AtsDocumentApiModelTypeValueRESUMEstatic AtsDocumentApiModelTypeValueSIGNED_OFFER_LETTERstatic AtsDocumentApiModelTypeValueTAKE_HOME_TESTstatic AtsDocumentApiModelTypeValueUNMAPPED_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum>asEnum()booleanequals(java.lang.Object obj)inthashCode()booleanisKnown()static AtsDocumentApiModelTypeValueof(java.lang.String value)Returns a AtsDocumentApiModelTypeValue with the given value.java.lang.StringtoString()java.lang.Stringvalue()static AtsDocumentApiModelTypeValue[]values()
-
-
-
Field Detail
-
RESUME
public static final AtsDocumentApiModelTypeValue RESUME
-
AVATAR
public static final AtsDocumentApiModelTypeValue AVATAR
-
COVER_LETTER
public static final AtsDocumentApiModelTypeValue COVER_LETTER
-
PROFILE_PICTURE
public static final AtsDocumentApiModelTypeValue PROFILE_PICTURE
-
POLICY
public static final AtsDocumentApiModelTypeValue POLICY
-
PASSPORT
public static final AtsDocumentApiModelTypeValue PASSPORT
-
ASSESSMENT
public static final AtsDocumentApiModelTypeValue ASSESSMENT
-
INTERVIEW_ATTACHMENT
public static final AtsDocumentApiModelTypeValue INTERVIEW_ATTACHMENT
-
TAKE_HOME_TEST
public static final AtsDocumentApiModelTypeValue TAKE_HOME_TEST
-
OFFER_LETTER
public static final AtsDocumentApiModelTypeValue OFFER_LETTER
-
SIGNED_OFFER_LETTER
public static final AtsDocumentApiModelTypeValue SIGNED_OFFER_LETTER
-
NATIONAL_ID
public static final AtsDocumentApiModelTypeValue NATIONAL_ID
-
OFFER_PACKET
public static final AtsDocumentApiModelTypeValue OFFER_PACKET
-
OTHER
public static final AtsDocumentApiModelTypeValue OTHER
-
UNMAPPED_VALUE
public static final AtsDocumentApiModelTypeValue UNMAPPED_VALUE
-
-
Method Detail
-
of
public static AtsDocumentApiModelTypeValue of(java.lang.String value)
Returns a AtsDocumentApiModelTypeValue 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 AtsDocumentApiModelTypeValue
-
value
public java.lang.String value()
-
asEnum
public java.util.Optional<AtsDocumentApiModelTypeValue.AtsDocumentApiModelTypeValueEnum> 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 AtsDocumentApiModelTypeValue[] values()
-
-