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