public enum AppEventTagsSortByField extends java.lang.Enum<AppEventTagsSortByField> implements SortBy
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField() |
static AppEventTagsSortByField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppEventTagsSortByField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppEventTagsSortByField CREATED_AT_ASC
public static final AppEventTagsSortByField UPDATED_AT_ASC
public static final AppEventTagsSortByField DELETED_ASC
public static final AppEventTagsSortByField POST_VIEW_ATTRIBUTION_WINDOW_ASC
public static final AppEventTagsSortByField POST_ENGAGEMENT_ATTRIBUTION_WINDOW_ASC
public static final AppEventTagsSortByField ASSISTED_CONVERSION_ASC
public static final AppEventTagsSortByField PROVIDER_APP_EVENT_NAME_ASC
public static final AppEventTagsSortByField CREATED_AT_DESC
public static final AppEventTagsSortByField UPDATED_AT_DESC
public static final AppEventTagsSortByField DELETED_DESC
public static final AppEventTagsSortByField POST_VIEW_ATTRIBUTION_WINDOW_DESC
public static final AppEventTagsSortByField POST_ENGAGEMENT_ATTRIBUTION_WINDOW_DESC
public static final AppEventTagsSortByField ASSISTED_CONVERSION_DESC
public static final AppEventTagsSortByField PROVIDER_APP_EVENT_NAME_DESC
public static AppEventTagsSortByField[] values()
for (AppEventTagsSortByField c : AppEventTagsSortByField.values()) System.out.println(c);
public static AppEventTagsSortByField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null