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