public class BulkCampaignProductScope extends SingleRecordBulkEntity
#setCampaignCriterion and #getCampaignCriterion methods
that can be used to read and write fields of the Campaign Product Scope record in a bulk file.
For more information, see Campaign Product Scope at https://go.microsoft.com/fwlink/?linkid=846127
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkCampaignProductScope() |
| Modifier and Type | Method and Description |
|---|---|
BiddableCampaignCriterion |
getBiddableCampaignCriterion()
Gets a Campaign Criterion.
|
String |
getCampaignName()
Gets the name of the campaign.
|
void |
processMappingsFromRowValues(RowValues values)
Process specific entity mappings from CSV values.
|
void |
processMappingsToRowValues(RowValues values,
boolean excludeReadonlyData)
Process specific entity mappings to CSV values.
|
void |
setBiddableCampaignCriterion(BiddableCampaignCriterion biddableCampaignCriterion)
Sets a Campaign Criterion
|
void |
setCampaignName(String campaignName)
Sets the name of the campaign.
|
getClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic void processMappingsFromRowValues(RowValues values)
SingleRecordBulkEntityprocessMappingsFromRowValues in class SingleRecordBulkEntityvalues - Set of values and mappings corresponding to one row/single line entitypublic void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityprocessMappingsToRowValues in class SingleRecordBulkEntityvalues - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)public BiddableCampaignCriterion getBiddableCampaignCriterion()
public void setBiddableCampaignCriterion(BiddableCampaignCriterion biddableCampaignCriterion)
public String getCampaignName()
public void setCampaignName(String campaignName)
Copyright © 2024. All rights reserved.