public static enum DatadogHttpClient.ApiSite extends Enum<DatadogHttpClient.ApiSite>
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
static DatadogHttpClient.ApiSite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatadogHttpClient.ApiSite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatadogHttpClient.ApiSite US
public static final DatadogHttpClient.ApiSite EU
public static DatadogHttpClient.ApiSite[] values()
for (DatadogHttpClient.ApiSite c : DatadogHttpClient.ApiSite.values()) System.out.println(c);
public static DatadogHttpClient.ApiSite 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 getDomain()
Copyright © 2024 The Apache Software Foundation. All rights reserved.