public class DeleteAudiencesRequest 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="AudienceIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
audienceIds |
| Constructor and Description |
|---|
DeleteAudiencesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getAudienceIds()
Gets the value of the audienceIds property.
|
void |
setAudienceIds(ArrayOflong value)
Sets the value of the audienceIds property.
|
protected ArrayOflong audienceIds
public ArrayOflong getAudienceIds()
ArrayOflongpublic void setAudienceIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.