public class DeleteNegativeKeywordsFromEntitiesRequest 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="EntityNegativeKeywords" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfEntityNegativeKeyword" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEntityNegativeKeyword |
entityNegativeKeywords |
| Constructor and Description |
|---|
DeleteNegativeKeywordsFromEntitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEntityNegativeKeyword |
getEntityNegativeKeywords()
Gets the value of the entityNegativeKeywords property.
|
void |
setEntityNegativeKeywords(ArrayOfEntityNegativeKeyword value)
Sets the value of the entityNegativeKeywords property.
|
protected ArrayOfEntityNegativeKeyword entityNegativeKeywords
public DeleteNegativeKeywordsFromEntitiesRequest()
public ArrayOfEntityNegativeKeyword getEntityNegativeKeywords()
ArrayOfEntityNegativeKeywordpublic void setEntityNegativeKeywords(ArrayOfEntityNegativeKeyword value)
value - allowed object is
ArrayOfEntityNegativeKeywordCopyright © 2024. All rights reserved.