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