@Deprecated public enum SearchPromoteEnvironment extends java.lang.Enum<SearchPromoteEnvironment>
Enum Constant and Description |
---|
LIVE
Deprecated.
Live environment
|
STAGE
Deprecated.
Stage environment
|
Modifier and Type | Method and Description |
---|---|
static SearchPromoteEnvironment |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SearchPromoteEnvironment[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchPromoteEnvironment STAGE
public static final SearchPromoteEnvironment LIVE
public static SearchPromoteEnvironment[] values()
for (SearchPromoteEnvironment c : SearchPromoteEnvironment.values()) System.out.println(c);
public static SearchPromoteEnvironment valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010 - 2020 Adobe. All Rights Reserved