public class AddClientLinksRequest 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="ClientLinks" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfClientLink" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfClientLink |
clientLinks |
| Constructor and Description |
|---|
AddClientLinksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfClientLink |
getClientLinks()
Gets the value of the clientLinks property.
|
void |
setClientLinks(ArrayOfClientLink value)
Sets the value of the clientLinks property.
|
protected ArrayOfClientLink clientLinks
public ArrayOfClientLink getClientLinks()
ArrayOfClientLinkpublic void setClientLinks(ArrayOfClientLink value)
value - allowed object is
ArrayOfClientLinkCopyright © 2024. All rights reserved.