public enum GooGlProjection extends Enum<GooGlProjection>
| Enum Constant and Description |
|---|
ANALYTICS_CLICKS
Use this projection if you want click statistics
|
ANALYTICS_FULL
Use this projection to get all statistics (CLICKS + TOP_STRINGS)
|
ANALYTICS_TOP_STRINGS
Use this projection if you want stats about referers, browsers and operating systems
|
| Modifier and Type | Field and Description |
|---|---|
String |
urlParamValue |
| Modifier and Type | Method and Description |
|---|---|
static GooGlProjection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GooGlProjection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GooGlProjection ANALYTICS_CLICKS
public static final GooGlProjection ANALYTICS_TOP_STRINGS
public static final GooGlProjection ANALYTICS_FULL
public final String urlParamValue
public static GooGlProjection[] values()
for (GooGlProjection c : GooGlProjection.values()) System.out.println(c);
public static GooGlProjection 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 nullCopyright © 2011-2013. All Rights Reserved.