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