public class CompetitionSearchParameter extends SearchParameter
SearchParameter for KEYWORD IdeaTypes used to
filter the results by the amount of competition (eg: LOW, MEDIUM, HIGH).
This element is supported by following IdeaTypes: KEYWORD.
This element is supported by following RequestTypes: IDEAS, STATS.
Java class for CompetitionSearchParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompetitionSearchParameter">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}SearchParameter">
<sequence>
<element name="levels" type="{https://adwords.google.com/api/adwords/o/v201809}CompetitionSearchParameter.Level" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CompetitionSearchParameterLevel> |
levels |
searchParameterType| Constructor and Description |
|---|
CompetitionSearchParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<CompetitionSearchParameterLevel> |
getLevels()
Gets the value of the levels property.
|
getSearchParameterType, setSearchParameterTypeprotected List<CompetitionSearchParameterLevel> levels
public List<CompetitionSearchParameterLevel> getLevels()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the levels property.
For example, to add a new item, do as follows:
getLevels().add(newItem);
Objects of the following type(s) are allowed in the list
CompetitionSearchParameterLevel
Copyright © 2023. All rights reserved.