public static enum AdsInsights.EnumActionBreakdowns extends Enum<AdsInsights.EnumActionBreakdowns>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdsInsights.EnumActionBreakdowns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsInsights.EnumActionBreakdowns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_CANVAS_COMPONENT_NAME
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_CAROUSEL_CARD_ID
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_CAROUSEL_CARD_NAME
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_DESTINATION
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_DEVICE
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_REACTION
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_TARGET_ID
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_TYPE
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_VIDEO_SOUND
public static final AdsInsights.EnumActionBreakdowns VALUE_ACTION_VIDEO_TYPE
public static AdsInsights.EnumActionBreakdowns[] values()
for (AdsInsights.EnumActionBreakdowns c : AdsInsights.EnumActionBreakdowns.values()) System.out.println(c);
public static AdsInsights.EnumActionBreakdowns 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.EnumActionBreakdowns>
Copyright © 2020. All rights reserved.