public class GetSharedEntitiesByAccountIdResponse 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="SharedEntities" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfSharedEntity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfSharedEntity |
sharedEntities |
| Constructor and Description |
|---|
GetSharedEntitiesByAccountIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfSharedEntity |
getSharedEntities()
Gets the value of the sharedEntities property.
|
void |
setSharedEntities(ArrayOfSharedEntity value)
Sets the value of the sharedEntities property.
|
protected ArrayOfSharedEntity sharedEntities
public GetSharedEntitiesByAccountIdResponse()
public ArrayOfSharedEntity getSharedEntities()
ArrayOfSharedEntitypublic void setSharedEntities(ArrayOfSharedEntity value)
value - allowed object is
ArrayOfSharedEntityCopyright © 2024. All rights reserved.