Class HrisCreateEmployeeRequestDtoEmploymentContractType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoEmploymentContractType.Builder
-
- Enclosing class:
- HrisCreateEmployeeRequestDtoEmploymentContractType
public static final class HrisCreateEmployeeRequestDtoEmploymentContractType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeRequestDtoEmploymentContractTypebuild()HrisCreateEmployeeRequestDtoEmploymentContractType.BuildersourceValue(HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue sourceValue)HrisCreateEmployeeRequestDtoEmploymentContractType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue> sourceValue)HrisCreateEmployeeRequestDtoEmploymentContractType.Buildervalue(HrisCreateEmployeeRequestDtoEmploymentContractTypeValue value)HrisCreateEmployeeRequestDtoEmploymentContractType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeValue> value)
-
-
-
Method Detail
-
value
public HrisCreateEmployeeRequestDtoEmploymentContractType.Builder value(HrisCreateEmployeeRequestDtoEmploymentContractTypeValue value)
-
value
public HrisCreateEmployeeRequestDtoEmploymentContractType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeValue> value)
-
sourceValue
public HrisCreateEmployeeRequestDtoEmploymentContractType.Builder sourceValue(HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue sourceValue)
-
sourceValue
public HrisCreateEmployeeRequestDtoEmploymentContractType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentContractTypeSourceValue> sourceValue)
-
build
public HrisCreateEmployeeRequestDtoEmploymentContractType build()
-
-