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