public class GetSharedEntityAssociationsByEntityIdsRequest 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="EntityIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="EntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SharedEntityType" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
entityIds |
protected String |
entityType |
protected EntityScope |
sharedEntityScope |
protected String |
sharedEntityType |
| Constructor and Description |
|---|
GetSharedEntityAssociationsByEntityIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getEntityIds()
Gets the value of the entityIds property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
EntityScope |
getSharedEntityScope()
Gets the value of the sharedEntityScope property.
|
String |
getSharedEntityType()
Gets the value of the sharedEntityType property.
|
void |
setEntityIds(ArrayOflong value)
Sets the value of the entityIds property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setSharedEntityScope(EntityScope value)
Sets the value of the sharedEntityScope property.
|
void |
setSharedEntityType(String value)
Sets the value of the sharedEntityType property.
|
protected ArrayOflong entityIds
protected String entityType
protected String sharedEntityType
protected EntityScope sharedEntityScope
public GetSharedEntityAssociationsByEntityIdsRequest()
public ArrayOflong getEntityIds()
ArrayOflongpublic void setEntityIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic String getSharedEntityType()
Stringpublic void setSharedEntityType(String value)
value - allowed object is
Stringpublic EntityScope getSharedEntityScope()
EntityScopepublic void setSharedEntityScope(EntityScope value)
value - allowed object is
EntityScopeCopyright © 2024. All rights reserved.