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