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