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