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