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