public class DeleteSharedEntityAssociationsRequest 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="Associations" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfSharedEntityAssociation" 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 ArrayOfSharedEntityAssociation |
associations |
protected EntityScope |
sharedEntityScope |
| Constructor and Description |
|---|
DeleteSharedEntityAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfSharedEntityAssociation |
getAssociations()
Gets the value of the associations property.
|
EntityScope |
getSharedEntityScope()
Gets the value of the sharedEntityScope property.
|
void |
setAssociations(ArrayOfSharedEntityAssociation value)
Sets the value of the associations property.
|
void |
setSharedEntityScope(EntityScope value)
Sets the value of the sharedEntityScope property.
|
protected ArrayOfSharedEntityAssociation associations
protected EntityScope sharedEntityScope
public DeleteSharedEntityAssociationsRequest()
public ArrayOfSharedEntityAssociation getAssociations()
ArrayOfSharedEntityAssociationpublic void setAssociations(ArrayOfSharedEntityAssociation value)
value - allowed object is
ArrayOfSharedEntityAssociationpublic EntityScope getSharedEntityScope()
EntityScopepublic void setSharedEntityScope(EntityScope value)
value - allowed object is
EntityScopeCopyright © 2024. All rights reserved.