public static enum FilterQueryParameterPolicy.Type extends Enum<FilterQueryParameterPolicy.Type> implements BmcEnum
BLOCK drops any query parameters that are in the list of items, so it acts as an exclusion list. ALLOW permits only the parameters in the list and removes all others, so it acts as an inclusion list.
Enum Constant and Description |
---|
Allow |
Block |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static FilterQueryParameterPolicy.Type |
create(String key) |
String |
getValue() |
static FilterQueryParameterPolicy.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterQueryParameterPolicy.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterQueryParameterPolicy.Type Allow
public static final FilterQueryParameterPolicy.Type Block
public static final FilterQueryParameterPolicy.Type UnknownEnumValue
public static FilterQueryParameterPolicy.Type[] values()
for (FilterQueryParameterPolicy.Type c : FilterQueryParameterPolicy.Type.values()) System.out.println(c);
public static FilterQueryParameterPolicy.Type 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 static FilterQueryParameterPolicy.Type create(String key)
Copyright © 2016–2024. All rights reserved.