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