public enum AdGroupBidLandscapeType extends Enum<AdGroupBidLandscapeType>
Java class for AdGroupBidLandscape.Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AdGroupBidLandscape.Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNIFORM"/>
<enumeration value="DEFAULT"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DEFAULT
Signifies that the bid of this ad group was only applied to the ad group itself.
|
UNIFORM
Signifies that the bid of this ad group was applied to all criteria under the ad group.
|
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AdGroupBidLandscapeType |
fromValue(String v) |
String |
value() |
static AdGroupBidLandscapeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdGroupBidLandscapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdGroupBidLandscapeType UNIFORM
public static final AdGroupBidLandscapeType DEFAULT
public static final AdGroupBidLandscapeType UNKNOWN
public static AdGroupBidLandscapeType[] values()
for (AdGroupBidLandscapeType c : AdGroupBidLandscapeType.values()) System.out.println(c);
public static AdGroupBidLandscapeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static AdGroupBidLandscapeType fromValue(String v)
Copyright © 2023. All rights reserved.