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