public static enum AdsInsights.EnumActionAttributionWindows extends Enum<AdsInsights.EnumActionAttributionWindows>
| Enum Constant and Description |
|---|
VALUE_1D_CLICK |
VALUE_1D_VIEW |
VALUE_28D_CLICK |
VALUE_28D_VIEW |
VALUE_7D_CLICK |
VALUE_7D_VIEW |
VALUE_DDA |
VALUE_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdsInsights.EnumActionAttributionWindows |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsInsights.EnumActionAttributionWindows[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdsInsights.EnumActionAttributionWindows VALUE_1D_CLICK
public static final AdsInsights.EnumActionAttributionWindows VALUE_1D_VIEW
public static final AdsInsights.EnumActionAttributionWindows VALUE_28D_CLICK
public static final AdsInsights.EnumActionAttributionWindows VALUE_28D_VIEW
public static final AdsInsights.EnumActionAttributionWindows VALUE_7D_CLICK
public static final AdsInsights.EnumActionAttributionWindows VALUE_7D_VIEW
public static final AdsInsights.EnumActionAttributionWindows VALUE_DDA
public static final AdsInsights.EnumActionAttributionWindows VALUE_DEFAULT
public static AdsInsights.EnumActionAttributionWindows[] values()
for (AdsInsights.EnumActionAttributionWindows c : AdsInsights.EnumActionAttributionWindows.values()) System.out.println(c);
public static AdsInsights.EnumActionAttributionWindows 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 toString()
toString in class Enum<AdsInsights.EnumActionAttributionWindows>Copyright © 2020. All rights reserved.