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