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