@PublicApi public enum ReindexRequestType extends Enum<ReindexRequestType>
Enum Constant and Description |
---|
DELAYED
Performed some time in the future.
|
IMMEDIATE
Performed immediately.
|
Modifier and Type | Method and Description |
---|---|
static ReindexRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReindexRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReindexRequestType IMMEDIATE
public static final ReindexRequestType DELAYED
public static ReindexRequestType[] values()
for (ReindexRequestType c : ReindexRequestType.values()) System.out.println(c);
public static ReindexRequestType 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 nullCopyright © 2002-2019 Atlassian. All Rights Reserved.