public class BulkDataExclusion extends SingleRecordBulkEntity
This class exposes the setDataExclusion(com.microsoft.bingads.v13.campaignmanagement.DataExclusion) and getDataExclusion() that can be used to read and write
fields of the Asset Group record in a bulk file.
For more information, see Data Exclusion at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkDataExclusion() |
| Modifier and Type | Method and Description |
|---|---|
DataExclusion |
getDataExclusion()
Gets the DataExclusion Data Object of the Campaign Management Service.
|
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 |
setDataExclusion(DataExclusion DataExclusion)
Sets the DataExclusion Data Object of the Campaign Management Service.
|
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 DataExclusion getDataExclusion()
A subset of DataExclusion properties are available in the Ad Group record. For more information, see Ad Group at https://go.microsoft.com/fwlink/?linkid=846127.
public void setDataExclusion(DataExclusion DataExclusion)
A subset of DataExclusion properties are available in the Ad Group record. For more information, see Ad Group at https://go.microsoft.com/fwlink/?linkid=846127.
Copyright © 2024. All rights reserved.