Class AtsCreateOfferRequestDtoOfferStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateOfferRequestDtoOfferStatus
-
public class AtsCreateOfferRequestDtoOfferStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateOfferRequestDtoOfferStatus.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateOfferRequestDtoOfferStatus()AtsCreateOfferRequestDtoOfferStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsCreateOfferRequestDtoOfferStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<AtsCreateOfferRequestDtoSourceValue>sourceValue()The source value of the offer status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AtsCreateOfferRequestDtoValue>value()The status of the offer.AtsCreateOfferRequestDtoOfferStatuswithSourceValue(AtsCreateOfferRequestDtoSourceValue sourceValue)The source value of the offer status.AtsCreateOfferRequestDtoOfferStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoSourceValue> sourceValue)The source value of the offer status.AtsCreateOfferRequestDtoOfferStatuswithValue(AtsCreateOfferRequestDtoValue value)The status of the offer.AtsCreateOfferRequestDtoOfferStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoValue> value)The status of the offer.
-
-
-
Constructor Detail
-
AtsCreateOfferRequestDtoOfferStatus
public AtsCreateOfferRequestDtoOfferStatus(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoSourceValue> sourceValue)
-
AtsCreateOfferRequestDtoOfferStatus
public AtsCreateOfferRequestDtoOfferStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateOfferRequestDtoValue> value()
The status of the offer.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<AtsCreateOfferRequestDtoSourceValue> sourceValue()
The source value of the offer status.
-
builder
public static AtsCreateOfferRequestDtoOfferStatus.Builder builder()
-
withValue
public AtsCreateOfferRequestDtoOfferStatus withValue(AtsCreateOfferRequestDtoValue value)
The status of the offer.
-
withValue
public AtsCreateOfferRequestDtoOfferStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoValue> value)
The status of the offer.
-
withSourceValue
public AtsCreateOfferRequestDtoOfferStatus withSourceValue(AtsCreateOfferRequestDtoSourceValue sourceValue)
The source value of the offer status.
-
withSourceValue
public AtsCreateOfferRequestDtoOfferStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsCreateOfferRequestDtoSourceValue> sourceValue)
The source value of the offer status.
-
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
-
-