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