Class InterviewStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.InterviewStatus
-
public class InterviewStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterviewStatus.Builder
-
Constructor Summary
Constructors Constructor Description InterviewStatus()InterviewStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InterviewStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<ScheduledInterviewSourceValue>sourceValue()The source value of the interview status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ScheduledInterviewValue>value()The status of the interview.InterviewStatuswithSourceValue(ScheduledInterviewSourceValue sourceValue)The source value of the interview status.InterviewStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewSourceValue> sourceValue)The source value of the interview status.InterviewStatuswithValue(ScheduledInterviewValue value)The status of the interview.InterviewStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewValue> value)The status of the interview.
-
-
-
Constructor Detail
-
InterviewStatus
public InterviewStatus(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewSourceValue> sourceValue)
-
InterviewStatus
public InterviewStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<ScheduledInterviewValue> value()
The status of the interview.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<ScheduledInterviewSourceValue> sourceValue()
The source value of the interview status.
-
builder
public static InterviewStatus.Builder builder()
-
withValue
public InterviewStatus withValue(ScheduledInterviewValue value)
The status of the interview.
-
withValue
public InterviewStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewValue> value)
The status of the interview.
-
withSourceValue
public InterviewStatus withSourceValue(ScheduledInterviewSourceValue sourceValue)
The source value of the interview status.
-
withSourceValue
public InterviewStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewSourceValue> 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
-
-