Class OfferStatus.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.OfferStatus.Builder
-
- Enclosing class:
- OfferStatus
public static final class OfferStatus.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OfferStatusbuild()OfferStatus.BuildersourceValue(OfferSourceValue sourceValue)The source value of the offer status.OfferStatus.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends OfferSourceValue> sourceValue)The source value of the offer status.OfferStatus.Buildervalue(OfferValue value)The status of the offer.OfferStatus.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends OfferValue> value)The status of the offer.
-
-
-
Method Detail
-
value
public OfferStatus.Builder value(OfferValue value)
The status of the offer.
-
value
public OfferStatus.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends OfferValue> value)
The status of the offer.
-
sourceValue
public OfferStatus.Builder sourceValue(OfferSourceValue sourceValue)
The source value of the offer status.
-
sourceValue
public OfferStatus.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends OfferSourceValue> sourceValue)
The source value of the offer status.
-
build
public OfferStatus build()
-
-