Class InterviewStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.InterviewStatus.Builder
-
- Enclosing class:
- InterviewStatus
public static final class InterviewStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterviewStatusbuild()InterviewStatus.BuildersourceValue(ScheduledInterviewSourceValue sourceValue)The source value of the interview status.InterviewStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewSourceValue> sourceValue)The source value of the interview status.InterviewStatus.Buildervalue(ScheduledInterviewValue value)The status of the interview.InterviewStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewValue> value)The status of the interview.
-
-
-
Method Detail
-
value
public InterviewStatus.Builder value(ScheduledInterviewValue value)
The status of the interview.
-
value
public InterviewStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewValue> value)
The status of the interview.
-
sourceValue
public InterviewStatus.Builder sourceValue(ScheduledInterviewSourceValue sourceValue)
The source value of the interview status.
-
sourceValue
public InterviewStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ScheduledInterviewSourceValue> sourceValue)
The source value of the interview status.
-
build
public InterviewStatus build()
-
-