Class HrisCreateEmployeeRequestDtoType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoType.Builder
-
- Enclosing class:
- HrisCreateEmployeeRequestDtoType
public static final class HrisCreateEmployeeRequestDtoType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeRequestDtoTypebuild()HrisCreateEmployeeRequestDtoType.BuildersourceValue(HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue sourceValue)HrisCreateEmployeeRequestDtoType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue)HrisCreateEmployeeRequestDtoType.Buildervalue(HrisCreateEmployeeRequestDtoNationalIdentityNumberValue value)The type of the national identity numberHrisCreateEmployeeRequestDtoType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberValue> value)The type of the national identity number
-
-
-
Method Detail
-
value
public HrisCreateEmployeeRequestDtoType.Builder value(HrisCreateEmployeeRequestDtoNationalIdentityNumberValue value)
The type of the national identity number
-
value
public HrisCreateEmployeeRequestDtoType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberValue> value)
The type of the national identity number
-
sourceValue
public HrisCreateEmployeeRequestDtoType.Builder sourceValue(HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue sourceValue)
-
sourceValue
public HrisCreateEmployeeRequestDtoType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoNationalIdentityNumberSourceValue> sourceValue)
-
build
public HrisCreateEmployeeRequestDtoType build()
-
-