public static interface CampaignState.Builder extends SdkPojo, CopyableBuilder<CampaignState.Builder,CampaignState>
| Modifier and Type | Method and Description |
|---|---|
CampaignState.Builder |
campaignStatus(CampaignStatus campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
CampaignState.Builder |
campaignStatus(String campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignState.Builder campaignStatus(String campaignStatus)
The status of the campaign, or the 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 when all campaign treatments have a status of COMPLETED.
campaignStatus - The status of the campaign, or the 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 when all campaign treatments
have a status of COMPLETED.CampaignStatus,
CampaignStatusCampaignState.Builder campaignStatus(CampaignStatus campaignStatus)
The status of the campaign, or the 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 when all campaign treatments have a status of COMPLETED.
campaignStatus - The status of the campaign, or the 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 when all campaign treatments
have a status of COMPLETED.CampaignStatus,
CampaignStatusCopyright © 2019. All rights reserved.