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