Class AtsCreateOfferRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateOfferRequestDto
-
public class AtsCreateOfferRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateOfferRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateOfferRequestDto()AtsCreateOfferRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoOfferStatus> offerStatus, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<OfferHistory>> offerHistory, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>applicationId()static AtsCreateOfferRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>currency()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<OfferHistory>>offerHistory()org.openapitools.jackson.nullable.JsonNullable<AtsCreateOfferRequestDtoOfferStatus>offerStatus()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>salary()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startDate()Date of creationjava.lang.StringtoString()AtsCreateOfferRequestDtowithApplicationId(java.lang.String applicationId)AtsCreateOfferRequestDtowithApplicationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId)AtsCreateOfferRequestDtowithCurrency(java.lang.String currency)AtsCreateOfferRequestDtowithCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency)AtsCreateOfferRequestDtowithOfferHistory(java.util.List<OfferHistory> offerHistory)AtsCreateOfferRequestDtowithOfferHistory(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<OfferHistory>> offerHistory)AtsCreateOfferRequestDtowithOfferStatus(AtsCreateOfferRequestDtoOfferStatus offerStatus)AtsCreateOfferRequestDtowithOfferStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoOfferStatus> offerStatus)AtsCreateOfferRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerAtsCreateOfferRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerAtsCreateOfferRequestDtowithSalary(double salary)AtsCreateOfferRequestDtowithSalary(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary)AtsCreateOfferRequestDtowithStartDate(java.time.OffsetDateTime startDate)Date of creationAtsCreateOfferRequestDtowithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)Date of creation
-
-
-
Constructor Detail
-
AtsCreateOfferRequestDto
public AtsCreateOfferRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoOfferStatus> offerStatus, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<OfferHistory>> offerHistory, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
AtsCreateOfferRequestDto
public AtsCreateOfferRequestDto()
-
-
Method Detail
-
applicationId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId()
-
startDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
Date of creation
-
offerStatus
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateOfferRequestDtoOfferStatus> offerStatus()
-
salary
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary()
-
currency
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency()
-
offerHistory
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<OfferHistory>> offerHistory()
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static final AtsCreateOfferRequestDto.Builder builder()
-
withApplicationId
public AtsCreateOfferRequestDto withApplicationId(java.lang.String applicationId)
-
withApplicationId
public AtsCreateOfferRequestDto withApplicationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> applicationId)
-
withStartDate
public AtsCreateOfferRequestDto withStartDate(java.time.OffsetDateTime startDate)
Date of creation
-
withStartDate
public AtsCreateOfferRequestDto withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
Date of creation
-
withOfferStatus
public AtsCreateOfferRequestDto withOfferStatus(AtsCreateOfferRequestDtoOfferStatus offerStatus)
-
withOfferStatus
public AtsCreateOfferRequestDto withOfferStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoOfferStatus> offerStatus)
-
withSalary
public AtsCreateOfferRequestDto withSalary(double salary)
-
withSalary
public AtsCreateOfferRequestDto withSalary(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> salary)
-
withCurrency
public AtsCreateOfferRequestDto withCurrency(java.lang.String currency)
-
withCurrency
public AtsCreateOfferRequestDto withCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> currency)
-
withOfferHistory
public AtsCreateOfferRequestDto withOfferHistory(java.util.List<OfferHistory> offerHistory)
-
withOfferHistory
public AtsCreateOfferRequestDto withOfferHistory(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<OfferHistory>> offerHistory)
-
withPassthrough
public AtsCreateOfferRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public AtsCreateOfferRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
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
-
-