public enum RequestParamEnum extends Enum<RequestParamEnum>
Enum Constant and Description |
---|
ASYNC_FETCH_JOBS
Obtain, set, or delete an asynchronous job.
|
DIS_POLICIES |
EXTENSION_POLICY
Obtain, set, or delete an asynchronous policy.
|
Modifier and Type | Method and Description |
---|---|
String |
getOriginalStringCode() |
String |
getStringCode() |
static SpecialParamEnum |
getValueFromStringCode(String stringCode) |
static RequestParamEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestParamEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestParamEnum EXTENSION_POLICY
public static final RequestParamEnum ASYNC_FETCH_JOBS
public static final RequestParamEnum DIS_POLICIES
public static RequestParamEnum[] values()
for (RequestParamEnum c : RequestParamEnum.values()) System.out.println(c);
public static RequestParamEnum 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 getStringCode()
public String getOriginalStringCode()
public static SpecialParamEnum getValueFromStringCode(String stringCode)
Copyright © 2019. All rights reserved.