public enum GrpAge extends Enum<GrpAge>
Java class for GrpAge.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GrpAge">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="AGE_UNKNOWN"/>
<enumeration value="AGE_0_TO_17"/>
<enumeration value="AGE_18_TO_24"/>
<enumeration value="AGE_25_TO_34"/>
<enumeration value="AGE_35_TO_44"/>
<enumeration value="AGE_45_TO_54"/>
<enumeration value="AGE_55_TO_64"/>
<enumeration value="AGE_65_PLUS"/>
<enumeration value="AGE_18_TO_49"/>
<enumeration value="AGE_21_TO_34"/>
<enumeration value="AGE_21_TO_49"/>
<enumeration value="AGE_21_PLUS"/>
<enumeration value="AGE_25_TO_49"/>
<enumeration value="AGE_21_TO_44"/>
<enumeration value="AGE_21_TO_54"/>
<enumeration value="AGE_21_TO_64"/>
<enumeration value="AGE_35_TO_49"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AGE_0_TO_17 |
AGE_18_TO_24 |
AGE_18_TO_49 |
AGE_21_PLUS |
AGE_21_TO_34 |
AGE_21_TO_44 |
AGE_21_TO_49 |
AGE_21_TO_54 |
AGE_21_TO_64 |
AGE_25_TO_34 |
AGE_25_TO_49 |
AGE_35_TO_44 |
AGE_35_TO_49 |
AGE_45_TO_54 |
AGE_55_TO_64 |
AGE_65_PLUS |
AGE_UNKNOWN
When the age range is not available due to low impression levels, GRP privacy thresholds are
activated and prevent us from specifying age.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static GrpAge |
fromValue(String v) |
String |
value() |
static GrpAge |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpAge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrpAge UNKNOWN
public static final GrpAge AGE_UNKNOWN
public static final GrpAge AGE_0_TO_17
public static final GrpAge AGE_18_TO_24
public static final GrpAge AGE_25_TO_34
public static final GrpAge AGE_35_TO_44
public static final GrpAge AGE_45_TO_54
public static final GrpAge AGE_55_TO_64
public static final GrpAge AGE_65_PLUS
public static final GrpAge AGE_18_TO_49
public static final GrpAge AGE_21_TO_34
public static final GrpAge AGE_21_TO_49
public static final GrpAge AGE_21_PLUS
public static final GrpAge AGE_25_TO_49
public static final GrpAge AGE_21_TO_44
public static final GrpAge AGE_21_TO_54
public static final GrpAge AGE_21_TO_64
public static final GrpAge AGE_35_TO_49
public static GrpAge[] values()
for (GrpAge c : GrpAge.values()) System.out.println(c);
public static GrpAge 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()
Copyright © 2018. All Rights Reserved.