public enum HttpParamsWrapper extends Enum<HttpParamsWrapper>
| Enum Constant and Description |
|---|
EVENTS |
IMPRESSIONS |
IMPRESSIONS_COUNT |
SEGMENTS |
SPLITS |
TELEMETRY |
TOKEN |
| Modifier and Type | Method and Description |
|---|---|
HTTPLatenciesEnum |
getHttpLatenciesEnum() |
LastSynchronizationRecordsEnum |
getLastSynchronizationRecordsEnum() |
ResourceEnum |
getResourceEnum() |
static HttpParamsWrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpParamsWrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpParamsWrapper EVENTS
public static final HttpParamsWrapper TELEMETRY
public static final HttpParamsWrapper IMPRESSIONS
public static final HttpParamsWrapper IMPRESSIONS_COUNT
public static final HttpParamsWrapper SEGMENTS
public static final HttpParamsWrapper SPLITS
public static final HttpParamsWrapper TOKEN
public static HttpParamsWrapper[] values()
for (HttpParamsWrapper c : HttpParamsWrapper.values()) System.out.println(c);
public static HttpParamsWrapper 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 HTTPLatenciesEnum getHttpLatenciesEnum()
public LastSynchronizationRecordsEnum getLastSynchronizationRecordsEnum()
public ResourceEnum getResourceEnum()
Copyright © 2021. All rights reserved.