@Deprecated public static enum DfpSession.Environment extends Enum<DfpSession.Environment> implements Endpoint
| Enum Constant and Description |
|---|
PRODUCTION
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
Deprecated.
Gets the endpoint.
|
static DfpSession.Environment |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DfpSession.Environment[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DfpSession.Environment PRODUCTION
public static DfpSession.Environment[] values()
for (DfpSession.Environment c : DfpSession.Environment.values()) System.out.println(c);
public static DfpSession.Environment 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 getEndpoint()
getEndpoint in interface EndpointCopyright © 2012. All Rights Reserved.