Class InterviewInterviewStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.InterviewInterviewStatus
-
public class InterviewInterviewStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterviewInterviewStatus.Builder
-
Constructor Summary
Constructors Constructor Description InterviewInterviewStatus()InterviewInterviewStatus(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends InterviewSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InterviewInterviewStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<InterviewSourceValue>sourceValue()The source value of the interview status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<InterviewValue>value()The status of the interview.InterviewInterviewStatuswithSourceValue(InterviewSourceValue sourceValue)The source value of the interview status.InterviewInterviewStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewSourceValue> sourceValue)The source value of the interview status.InterviewInterviewStatuswithValue(InterviewValue value)The status of the interview.InterviewInterviewStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewValue> value)The status of the interview.
-
-
-
Constructor Detail
-
InterviewInterviewStatus
public InterviewInterviewStatus(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends InterviewSourceValue> sourceValue)
-
InterviewInterviewStatus
public InterviewInterviewStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<InterviewValue> value()
The status of the interview.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<InterviewSourceValue> sourceValue()
The source value of the interview status.
-
builder
public static final InterviewInterviewStatus.Builder builder()
-
withValue
public InterviewInterviewStatus withValue(InterviewValue value)
The status of the interview.
-
withValue
public InterviewInterviewStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewValue> value)
The status of the interview.
-
withSourceValue
public InterviewInterviewStatus withSourceValue(InterviewSourceValue sourceValue)
The source value of the interview status.
-
withSourceValue
public InterviewInterviewStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends InterviewSourceValue> sourceValue)
The source value of the interview status.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-