public class BulkSeasonalityAdjustment extends SingleRecordBulkEntity
This class exposes the setSeasonalityAdjustment(com.microsoft.bingads.v13.campaignmanagement.SeasonalityAdjustment) and getSeasonalityAdjustment() that can be used to read and write
fields of the Asset Group record in a bulk file.
For more information, see Seasonality Adjustment at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkSeasonalityAdjustment() |
| Modifier and Type | Method and Description |
|---|---|
SeasonalityAdjustment |
getSeasonalityAdjustment()
Gets the SeasonalityAdjustment 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 |
setSeasonalityAdjustment(SeasonalityAdjustment SeasonalityAdjustment)
Sets the SeasonalityAdjustment 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 SeasonalityAdjustment getSeasonalityAdjustment()
A subset of SeasonalityAdjustment properties are available in the Ad Group record. For more information, see Ad Group at https://go.microsoft.com/fwlink/?linkid=846127.
public void setSeasonalityAdjustment(SeasonalityAdjustment SeasonalityAdjustment)
A subset of SeasonalityAdjustment 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.