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