Class CreateHRISBenefitBenefitType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateHRISBenefitBenefitType
-
public class CreateHRISBenefitBenefitType extends java.lang.ObjectCreateHRISBenefitBenefitTypeThe type of the benefit
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateHRISBenefitBenefitType.Builder
-
Constructor Summary
Constructors Constructor Description CreateHRISBenefitBenefitType()CreateHRISBenefitBenefitType(org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateHRISBenefitBenefitType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CreateHRISBenefitSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CreateHRISBenefitValue>value()The type of the benefitCreateHRISBenefitBenefitTypewithSourceValue(CreateHRISBenefitSourceValue sourceValue)CreateHRISBenefitBenefitTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitSourceValue> sourceValue)CreateHRISBenefitBenefitTypewithValue(CreateHRISBenefitValue value)The type of the benefitCreateHRISBenefitBenefitTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitValue> value)The type of the benefit
-
-
-
Constructor Detail
-
CreateHRISBenefitBenefitType
public CreateHRISBenefitBenefitType(org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitSourceValue> sourceValue)
-
CreateHRISBenefitBenefitType
public CreateHRISBenefitBenefitType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<CreateHRISBenefitValue> value()
The type of the benefit
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<CreateHRISBenefitSourceValue> sourceValue()
-
builder
public static final CreateHRISBenefitBenefitType.Builder builder()
-
withValue
public CreateHRISBenefitBenefitType withValue(CreateHRISBenefitValue value)
The type of the benefit
-
withValue
public CreateHRISBenefitBenefitType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitValue> value)
The type of the benefit
-
withSourceValue
public CreateHRISBenefitBenefitType withSourceValue(CreateHRISBenefitSourceValue sourceValue)
-
withSourceValue
public CreateHRISBenefitBenefitType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitSourceValue> 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
-
-