public class BulkCustomerList extends BulkAudience<Audience>
setCustomerList(com.microsoft.bingads.v13.campaignmanagement.Audience) and getCustomerList()
methods that can be used to read and write fields of the Customer List Audience record in a bulk file.
For more information, see Customer List Audience at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkCustomerList() |
| Modifier and Type | Method and Description |
|---|---|
Audience |
createAudience() |
String |
getActionType() |
Audience |
getCustomerList()
Gets the Customer 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 |
setActionType(String actionType) |
void |
setCustomerList(Audience CustomerList)
Sets the Customer 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<Audience>values - Set of values and mappings corresponding to one row/single line entitypublic void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityprocessMappingsToRowValues in class BulkAudience<Audience>values - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)public Audience getCustomerList()
public void setCustomerList(Audience CustomerList)
public Audience createAudience()
createAudience in class BulkAudience<Audience>public String getActionType()
public void setActionType(String actionType)
Copyright © 2024. All rights reserved.