Class BenefitType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BenefitType
-
public class BenefitType extends java.lang.ObjectBenefitTypeThe type of the benefit
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBenefitType.Builder
-
Constructor Summary
Constructors Constructor Description BenefitType()BenefitType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BenefitType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HRISBenefitSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HRISBenefitValue>value()The type of the benefitBenefitTypewithSourceValue(HRISBenefitSourceValue sourceValue)BenefitTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitSourceValue> sourceValue)BenefitTypewithValue(HRISBenefitValue value)The type of the benefitBenefitTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value)The type of the benefit
-
-
-
Constructor Detail
-
BenefitType
public BenefitType(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitSourceValue> sourceValue)
-
BenefitType
public BenefitType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HRISBenefitValue> value()
The type of the benefit
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HRISBenefitSourceValue> sourceValue()
-
builder
public static final BenefitType.Builder builder()
-
withValue
public BenefitType withValue(HRISBenefitValue value)
The type of the benefit
-
withValue
public BenefitType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value)
The type of the benefit
-
withSourceValue
public BenefitType withSourceValue(HRISBenefitSourceValue sourceValue)
-
withSourceValue
public BenefitType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-