public static enum DatadogBackendListener.DatadogSite extends Enum<DatadogBackendListener.DatadogSite> implements EnumParam.EnumPropertyValue
| Modifier and Type | Method and Description |
|---|---|
String |
propertyValue() |
static DatadogBackendListener.DatadogSite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatadogBackendListener.DatadogSite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatadogBackendListener.DatadogSite US1
public static final DatadogBackendListener.DatadogSite US3
public static final DatadogBackendListener.DatadogSite US5
public static final DatadogBackendListener.DatadogSite EU
public static final DatadogBackendListener.DatadogSite US1_FED
public static final DatadogBackendListener.DatadogSite AP1
public static DatadogBackendListener.DatadogSite[] values()
for (DatadogBackendListener.DatadogSite c : DatadogBackendListener.DatadogSite.values()) System.out.println(c);
public static DatadogBackendListener.DatadogSite 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 propertyValue()
propertyValue in interface EnumParam.EnumPropertyValueCopyright © 2024. All rights reserved.