public class GetListItemsBySharedListResponse 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="ListItems" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfSharedListItem" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfSharedListItem |
listItems |
| Constructor and Description |
|---|
GetListItemsBySharedListResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfSharedListItem |
getListItems()
Gets the value of the listItems property.
|
void |
setListItems(ArrayOfSharedListItem value)
Sets the value of the listItems property.
|
protected ArrayOfSharedListItem listItems
public ArrayOfSharedListItem getListItems()
ArrayOfSharedListItempublic void setListItems(ArrayOfSharedListItem value)
value - allowed object is
ArrayOfSharedListItemCopyright © 2024. All rights reserved.