Class HRISBenefit
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISBenefit
-
public class HRISBenefit extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHRISBenefit.Builder
-
Constructor Summary
Constructors Constructor Description HRISBenefit()HRISBenefit(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> benefitType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<BenefitType>benefitType()The type of the benefitstatic HRISBenefit.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The date and time the benefit was createdorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the benefitbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the benefitorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>provider()The provider of the benefitorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The date and time the benefit was last updatedHRISBenefitwithBenefitType(BenefitType benefitType)The type of the benefitHRISBenefitwithBenefitType(org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> benefitType)The type of the benefitHRISBenefitwithCreatedAt(java.time.OffsetDateTime createdAt)The date and time the benefit was createdHRISBenefitwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The date and time the benefit was createdHRISBenefitwithDescription(java.lang.String description)The description of the benefitHRISBenefitwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the benefitHRISBenefitwithId(java.lang.String id)Unique identifierHRISBenefitwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHRISBenefitwithName(java.lang.String name)The name of the benefitHRISBenefitwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the benefitHRISBenefitwithProvider(java.lang.String provider)The provider of the benefitHRISBenefitwithProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)The provider of the benefitHRISBenefitwithRemoteId(java.lang.String remoteId)Provider's unique identifierHRISBenefitwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHRISBenefitwithUpdatedAt(java.time.OffsetDateTime updatedAt)The date and time the benefit was last updatedHRISBenefitwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The date and time the benefit was last updated
-
-
-
Constructor Detail
-
HRISBenefit
public HRISBenefit(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> benefitType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
HRISBenefit
public HRISBenefit()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the benefit
-
benefitType
public org.openapitools.jackson.nullable.JsonNullable<BenefitType> benefitType()
The type of the benefit
-
provider
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
The provider of the benefit
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description of the benefit
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The date and time the benefit was created
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The date and time the benefit was last updated
-
builder
public static final HRISBenefit.Builder builder()
-
withId
public HRISBenefit withId(java.lang.String id)
Unique identifier
-
withId
public HRISBenefit withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public HRISBenefit withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public HRISBenefit withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public HRISBenefit withName(java.lang.String name)
The name of the benefit
-
withName
public HRISBenefit withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the benefit
-
withBenefitType
public HRISBenefit withBenefitType(BenefitType benefitType)
The type of the benefit
-
withBenefitType
public HRISBenefit withBenefitType(org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> benefitType)
The type of the benefit
-
withProvider
public HRISBenefit withProvider(java.lang.String provider)
The provider of the benefit
-
withProvider
public HRISBenefit withProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
The provider of the benefit
-
withDescription
public HRISBenefit withDescription(java.lang.String description)
The description of the benefit
-
withDescription
public HRISBenefit withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the benefit
-
withCreatedAt
public HRISBenefit withCreatedAt(java.time.OffsetDateTime createdAt)
The date and time the benefit was created
-
withCreatedAt
public HRISBenefit withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The date and time the benefit was created
-
withUpdatedAt
public HRISBenefit withUpdatedAt(java.time.OffsetDateTime updatedAt)
The date and time the benefit was last updated
-
withUpdatedAt
public HRISBenefit withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The date and time the benefit was last updated
-
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
-
-