public class DeleteListItemsFromSharedListRequest 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="ListItemIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="SharedList" type="{https://bingads.microsoft.com/CampaignManagement/v13}SharedList" minOccurs="0"/>
<element name="SharedEntityScope" type="{https://bingads.microsoft.com/CampaignManagement/v13}EntityScope" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
listItemIds |
protected EntityScope |
sharedEntityScope |
protected SharedList |
sharedList |
| Constructor and Description |
|---|
DeleteListItemsFromSharedListRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getListItemIds()
Gets the value of the listItemIds property.
|
EntityScope |
getSharedEntityScope()
Gets the value of the sharedEntityScope property.
|
SharedList |
getSharedList()
Gets the value of the sharedList property.
|
void |
setListItemIds(ArrayOflong value)
Sets the value of the listItemIds property.
|
void |
setSharedEntityScope(EntityScope value)
Sets the value of the sharedEntityScope property.
|
void |
setSharedList(SharedList value)
Sets the value of the sharedList property.
|
protected ArrayOflong listItemIds
protected SharedList sharedList
protected EntityScope sharedEntityScope
public DeleteListItemsFromSharedListRequest()
public ArrayOflong getListItemIds()
ArrayOflongpublic void setListItemIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic SharedList getSharedList()
SharedListpublic void setSharedList(SharedList value)
value - allowed object is
SharedListpublic EntityScope getSharedEntityScope()
EntityScopepublic void setSharedEntityScope(EntityScope value)
value - allowed object is
EntityScopeCopyright © 2024. All rights reserved.