public class ApplyCustomerListUserDataRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerListUserData" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomerListUserData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerListUserData |
customerListUserData |
| Constructor and Description |
|---|
ApplyCustomerListUserDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
CustomerListUserData |
getCustomerListUserData()
Gets the value of the customerListUserData property.
|
void |
setCustomerListUserData(CustomerListUserData value)
Sets the value of the customerListUserData property.
|
protected CustomerListUserData customerListUserData
public CustomerListUserData getCustomerListUserData()
CustomerListUserDatapublic void setCustomerListUserData(CustomerListUserData value)
value - allowed object is
CustomerListUserDataCopyright © 2024. All rights reserved.