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