public static interface CampaignState.Builder extends SdkPojo, CopyableBuilder<CampaignState.Builder,CampaignState>
| Modifier and Type | Method and Description |
|---|---|
CampaignState.Builder |
campaignStatus(CampaignStatus campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test
campaign.
|
CampaignState.Builder |
campaignStatus(String campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test
campaign.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignState.Builder campaignStatus(String campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign.
If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED. If you delete the segment that's associated with a campaign, the campaign fails and has a status of DELETED.
campaignStatus - The current status of the campaign, or the current status of a treatment that belongs to an A/B test
campaign.
If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED. If you delete the segment that's associated with a campaign, the campaign fails and has a status of DELETED.
CampaignStatus,
CampaignStatusCampaignState.Builder campaignStatus(CampaignStatus campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign.
If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED. If you delete the segment that's associated with a campaign, the campaign fails and has a status of DELETED.
campaignStatus - The current status of the campaign, or the current status of a treatment that belongs to an A/B test
campaign.
If a campaign uses A/B testing, the campaign has a status of COMPLETED only if all campaign treatments have a status of COMPLETED. If you delete the segment that's associated with a campaign, the campaign fails and has a status of DELETED.
CampaignStatus,
CampaignStatusCopyright © 2021. All rights reserved.