Class AtsCreateApplicationRequestDtoValue
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateApplicationRequestDtoValue
-
public class AtsCreateApplicationRequestDtoValue extends java.lang.ObjectAtsCreateApplicationRequestDtoValue - The status of the application.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateApplicationRequestDtoValue._Deserializerstatic classAtsCreateApplicationRequestDtoValue._Serializerstatic classAtsCreateApplicationRequestDtoValue.AtsCreateApplicationRequestDtoValueEnum
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<AtsCreateApplicationRequestDtoValue.AtsCreateApplicationRequestDtoValueEnum>asEnum()booleanequals(java.lang.Object obj)inthashCode()booleanisKnown()static AtsCreateApplicationRequestDtoValueof(java.lang.String value)Returns a AtsCreateApplicationRequestDtoValue with the given value.java.lang.StringtoString()java.lang.Stringvalue()static AtsCreateApplicationRequestDtoValue[]values()
-
-
-
Field Detail
-
ACTIVE
public static final AtsCreateApplicationRequestDtoValue ACTIVE
-
ASSESSMENT
public static final AtsCreateApplicationRequestDtoValue ASSESSMENT
-
BACKGROUND_CHECK
public static final AtsCreateApplicationRequestDtoValue BACKGROUND_CHECK
-
CONVERTED
public static final AtsCreateApplicationRequestDtoValue CONVERTED
-
DECLINED_BY_CANDIDATE
public static final AtsCreateApplicationRequestDtoValue DECLINED_BY_CANDIDATE
-
HIRED
public static final AtsCreateApplicationRequestDtoValue HIRED
-
INTERVIEW
public static final AtsCreateApplicationRequestDtoValue INTERVIEW
-
LEAD
public static final AtsCreateApplicationRequestDtoValue LEAD
-
OFFER
public static final AtsCreateApplicationRequestDtoValue OFFER
-
REFERENCE_CHECK
public static final AtsCreateApplicationRequestDtoValue REFERENCE_CHECK
-
REJECTED
public static final AtsCreateApplicationRequestDtoValue REJECTED
-
REVIEW
public static final AtsCreateApplicationRequestDtoValue REVIEW
-
SCREEN
public static final AtsCreateApplicationRequestDtoValue SCREEN
-
NEW
public static final AtsCreateApplicationRequestDtoValue NEW
-
ONBOARDING
public static final AtsCreateApplicationRequestDtoValue ONBOARDING
-
CREATED
public static final AtsCreateApplicationRequestDtoValue CREATED
-
ACCEPTED
public static final AtsCreateApplicationRequestDtoValue ACCEPTED
-
SHORT_LIST
public static final AtsCreateApplicationRequestDtoValue SHORT_LIST
-
APPROVED
public static final AtsCreateApplicationRequestDtoValue APPROVED
-
UNMAPPED_VALUE
public static final AtsCreateApplicationRequestDtoValue UNMAPPED_VALUE
-
-
Method Detail
-
of
public static AtsCreateApplicationRequestDtoValue of(java.lang.String value)
Returns a AtsCreateApplicationRequestDtoValue 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 AtsCreateApplicationRequestDtoValue
-
value
public java.lang.String value()
-
asEnum
public java.util.Optional<AtsCreateApplicationRequestDtoValue.AtsCreateApplicationRequestDtoValueEnum> 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 AtsCreateApplicationRequestDtoValue[] values()
-
-