Class OfferHistory
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.OfferHistory
-
public class OfferHistory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfferHistory.Builder
-
Constructor Summary
Constructors Constructor Description OfferHistory()OfferHistory(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency, 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 static OfferHistory.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()Date of creationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>currency()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>salary()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startDate()Start Date of the offerjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()Date of last updateOfferHistorywithCreatedAt(java.time.OffsetDateTime createdAt)Date of creationOfferHistorywithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationOfferHistorywithCurrency(java.lang.String currency)OfferHistorywithCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency)OfferHistorywithSalary(double salary)OfferHistorywithSalary(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary)OfferHistorywithStartDate(java.time.OffsetDateTime startDate)Start Date of the offerOfferHistorywithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)Start Date of the offerOfferHistorywithUpdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateOfferHistorywithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
Constructor Detail
-
OfferHistory
public OfferHistory(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
OfferHistory
public OfferHistory()
-
-
Method Detail
-
startDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
Start Date of the offer
-
salary
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary()
-
currency
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency()
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
Date of creation
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
Date of last update
-
builder
public static final OfferHistory.Builder builder()
-
withStartDate
public OfferHistory withStartDate(java.time.OffsetDateTime startDate)
Start Date of the offer
-
withStartDate
public OfferHistory withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
Start Date of the offer
-
withSalary
public OfferHistory withSalary(double salary)
-
withSalary
public OfferHistory withSalary(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary)
-
withCurrency
public OfferHistory withCurrency(java.lang.String currency)
-
withCurrency
public OfferHistory withCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency)
-
withCreatedAt
public OfferHistory withCreatedAt(java.time.OffsetDateTime createdAt)
Date of creation
-
withCreatedAt
public OfferHistory withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
withUpdatedAt
public OfferHistory withUpdatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
withUpdatedAt
public OfferHistory withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
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
-
-