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