public abstract class BulkCampaignProfileCriterion extends BulkCampaignBiddableCriterion
For more information, see Bulk File Schema at See Also:
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter
| Constructor and Description |
|---|
BulkCampaignProfileCriterion() |
| Modifier and Type | Method and Description |
|---|---|
protected Criterion |
createCriterion() |
String |
getProfileName()
Sets the name of the Profile.
|
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 |
setProfileName(String profileName)
Gets the name of the profile.
|
abstract void |
setProfileType(ProfileCriterion criterion) |
getBiddableCampaignCriterion, getCampaignName, setBiddableCampaignCriterion, setCampaignNamegetClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic void processMappingsFromRowValues(RowValues values)
SingleRecordBulkEntityprocessMappingsFromRowValues in class BulkCampaignBiddableCriterionvalues - Set of values and mappings corresponding to one row/single line entityprotected Criterion createCriterion()
createCriterion in class BulkCampaignBiddableCriterionpublic abstract void setProfileType(ProfileCriterion criterion)
public void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityprocessMappingsToRowValues in class BulkCampaignBiddableCriterionvalues - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)public String getProfileName()
public void setProfileName(String profileName)
Copyright © 2024. All rights reserved.