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