Class BenefitType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BenefitType.Builder
-
- Enclosing class:
- BenefitType
public static final class BenefitType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenefitTypebuild()BenefitType.BuildersourceValue(HRISBenefitSourceValue sourceValue)BenefitType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitSourceValue> sourceValue)BenefitType.Buildervalue(HRISBenefitValue value)The type of the benefitBenefitType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value)The type of the benefit
-
-
-
Method Detail
-
value
public BenefitType.Builder value(HRISBenefitValue value)
The type of the benefit
-
value
public BenefitType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value)
The type of the benefit
-
sourceValue
public BenefitType.Builder sourceValue(HRISBenefitSourceValue sourceValue)
-
sourceValue
public BenefitType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitSourceValue> sourceValue)
-
build
public BenefitType build()
-
-