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