public class BulkCustomerListItem extends SingleRecordBulkEntity
BulkCustomerListItem#setCustomerList and BulkCustomerListItem#getCustomerList
methods that can be used to read and write fields of the Customer List Item record in a bulk file.
For more information, see Customer List Item at https://go.microsoft.com/fwlink/?linkid=846127.
BulkServiceManager,
BulkOperation,
BulkFileReader,
BulkFileWriter| Constructor and Description |
|---|
BulkCustomerListItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudience() |
Long |
getParentId() |
String |
getSubType() |
String |
getText() |
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 |
setAudience(String audience) |
void |
setParentId(Long parentId) |
void |
setSubType(String subType) |
void |
setText(String text) |
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 Long getParentId()
public void setParentId(Long parentId)
public String getAudience()
public void setAudience(String audience)
public String getSubType()
public void setSubType(String subType)
public String getText()
public void setText(String text)
Copyright © 2024. All rights reserved.