public class SetLabelAssociationsRequest 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="EntityType" type="{https://bingads.microsoft.com/CampaignManagement/v13}EntityType" minOccurs="0"/>
<element name="LabelAssociations" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfLabelAssociation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EntityType |
entityType |
protected ArrayOfLabelAssociation |
labelAssociations |
| Constructor and Description |
|---|
SetLabelAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityType()
Gets the value of the entityType property.
|
ArrayOfLabelAssociation |
getLabelAssociations()
Gets the value of the labelAssociations property.
|
void |
setEntityType(EntityType value)
Sets the value of the entityType property.
|
void |
setLabelAssociations(ArrayOfLabelAssociation value)
Sets the value of the labelAssociations property.
|
protected EntityType entityType
protected ArrayOfLabelAssociation labelAssociations
public EntityType getEntityType()
EntityTypepublic void setEntityType(EntityType value)
value - allowed object is
EntityTypepublic ArrayOfLabelAssociation getLabelAssociations()
ArrayOfLabelAssociationpublic void setLabelAssociations(ArrayOfLabelAssociation value)
value - allowed object is
ArrayOfLabelAssociationCopyright © 2024. All rights reserved.