public class AddSharedEntityRequest 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="SharedEntity" type="{https://bingads.microsoft.com/CampaignManagement/v13}SharedEntity" minOccurs="0"/>
<element name="ListItems" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfSharedListItem" 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 ArrayOfSharedListItem |
listItems |
protected SharedEntity |
sharedEntity |
protected EntityScope |
sharedEntityScope |
| Constructor and Description |
|---|
AddSharedEntityRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfSharedListItem |
getListItems()
Gets the value of the listItems property.
|
SharedEntity |
getSharedEntity()
Gets the value of the sharedEntity property.
|
EntityScope |
getSharedEntityScope()
Gets the value of the sharedEntityScope property.
|
void |
setListItems(ArrayOfSharedListItem value)
Sets the value of the listItems property.
|
void |
setSharedEntity(SharedEntity value)
Sets the value of the sharedEntity property.
|
void |
setSharedEntityScope(EntityScope value)
Sets the value of the sharedEntityScope property.
|
protected SharedEntity sharedEntity
protected ArrayOfSharedListItem listItems
protected EntityScope sharedEntityScope
public SharedEntity getSharedEntity()
SharedEntitypublic void setSharedEntity(SharedEntity value)
value - allowed object is
SharedEntitypublic ArrayOfSharedListItem getListItems()
ArrayOfSharedListItempublic void setListItems(ArrayOfSharedListItem value)
value - allowed object is
ArrayOfSharedListItempublic EntityScope getSharedEntityScope()
EntityScopepublic void setSharedEntityScope(EntityScope value)
value - allowed object is
EntityScopeCopyright © 2024. All rights reserved.