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