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