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