public enum ResourceEnum extends Enum<ResourceEnum>
| Enum Constant and Description |
|---|
EVENT_SYNC |
IMPRESSION_COUNT_SYNC |
IMPRESSION_SYNC |
SEGMENT_SYNC |
SPLIT_SYNC |
TELEMETRY_SYNC |
TOKEN_SYNC |
| Modifier and Type | Method and Description |
|---|---|
static ResourceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceEnum SPLIT_SYNC
public static final ResourceEnum SEGMENT_SYNC
public static final ResourceEnum IMPRESSION_SYNC
public static final ResourceEnum IMPRESSION_COUNT_SYNC
public static final ResourceEnum EVENT_SYNC
public static final ResourceEnum TELEMETRY_SYNC
public static final ResourceEnum TOKEN_SYNC
public static ResourceEnum[] values()
for (ResourceEnum c : ResourceEnum.values()) System.out.println(c);
public static ResourceEnum 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 © 2021. All rights reserved.