public class ApplyRecommendationsRequest 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="Entities" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfApplyRecommendationEntity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfApplyRecommendationEntity |
entities |
| Constructor and Description |
|---|
ApplyRecommendationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfApplyRecommendationEntity |
getEntities()
Gets the value of the entities property.
|
void |
setEntities(ArrayOfApplyRecommendationEntity value)
Sets the value of the entities property.
|
protected ArrayOfApplyRecommendationEntity entities
public ArrayOfApplyRecommendationEntity getEntities()
ArrayOfApplyRecommendationEntitypublic void setEntities(ArrayOfApplyRecommendationEntity value)
value - allowed object is
ArrayOfApplyRecommendationEntityCopyright © 2024. All rights reserved.