public class BulkAdCustomizerAttribute extends SingleRecordBulkEntity
For more information, see Ad Customizer Attribute at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkAdCustomizerAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountValue() |
AttributeType |
getDataType() |
EditorialStatus |
getEditorialStatus() |
String |
getId() |
String |
getName() |
String |
getStatus() |
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 |
setAccountValue(String accountValue) |
void |
setDataType(AttributeType dataType) |
void |
setEditorialStatus(EditorialStatus editorialStatus) |
void |
setId(String id) |
void |
setName(String name) |
void |
setStatus(String status) |
getClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntitypublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getAccountValue()
public void setAccountValue(String accountValue)
public AttributeType getDataType()
public void setDataType(AttributeType dataType)
public EditorialStatus getEditorialStatus()
public void setEditorialStatus(EditorialStatus editorialStatus)
public String getStatus()
public void setStatus(String status)
public 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.)Copyright © 2024. All rights reserved.