Class OfferHistory.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.OfferHistory.Builder
-
- Enclosing class:
- OfferHistory
public static final class OfferHistory.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OfferHistorybuild()OfferHistory.BuildercreatedAt(java.time.OffsetDateTime createdAt)Date of creationOfferHistory.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)Date of creationOfferHistory.Buildercurrency(java.lang.String currency)OfferHistory.Buildercurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency)OfferHistory.Buildersalary(double salary)OfferHistory.Buildersalary(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary)OfferHistory.BuilderstartDate(java.time.OffsetDateTime startDate)Start Date of the offerOfferHistory.BuilderstartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)Start Date of the offerOfferHistory.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)Date of last updateOfferHistory.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)Date of last update
-
-
-
Method Detail
-
startDate
public OfferHistory.Builder startDate(java.time.OffsetDateTime startDate)
Start Date of the offer
-
startDate
public OfferHistory.Builder startDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
Start Date of the offer
-
salary
public OfferHistory.Builder salary(double salary)
-
salary
public OfferHistory.Builder salary(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary)
-
currency
public OfferHistory.Builder currency(java.lang.String currency)
-
currency
public OfferHistory.Builder currency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency)
-
createdAt
public OfferHistory.Builder createdAt(java.time.OffsetDateTime createdAt)
Date of creation
-
createdAt
public OfferHistory.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
Date of creation
-
updatedAt
public OfferHistory.Builder updatedAt(java.time.OffsetDateTime updatedAt)
Date of last update
-
updatedAt
public OfferHistory.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
Date of last update
-
build
public OfferHistory build()
-
-