public class BulkCombinedList extends BulkAudience<CombinedList>
setCombinedList(com.microsoft.bingads.v13.campaignmanagement.CombinedList) and getCombinedList()
methods that can be used to read and write fields of the Combined List Audience record in a bulk file.
For more information, see Combined List Audience at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkCombinedList() |
| Modifier and Type | Method and Description |
|---|---|
CombinedList |
createAudience() |
CombinedList |
getCombinedList()
Gets the combined list.
|
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 |
setCombinedList(CombinedList combinedList)
Sets the combined list.
|
getAudience, getStatus, setAudience, setStatusgetClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic void processMappingsFromRowValues(RowValues values)
SingleRecordBulkEntityprocessMappingsFromRowValues in class BulkAudience<CombinedList>values - Set of values and mappings corresponding to one row/single line entitypublic void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityprocessMappingsToRowValues in class BulkAudience<CombinedList>values - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)public CombinedList getCombinedList()
public void setCombinedList(CombinedList combinedList)
public CombinedList createAudience()
createAudience in class BulkAudience<CombinedList>Copyright © 2024. All rights reserved.