Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static SetQueryParameterPolicyItem.IfExists |
SetQueryParameterPolicyItem.IfExists.create(String key) |
SetQueryParameterPolicyItem.IfExists |
SetQueryParameterPolicyItem.getIfExists()
If a query parameter with the same name already exists in the request, OVERWRITE will
overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing
value.
|
static SetQueryParameterPolicyItem.IfExists |
SetQueryParameterPolicyItem.IfExists.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetQueryParameterPolicyItem.IfExists[] |
SetQueryParameterPolicyItem.IfExists.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SetQueryParameterPolicyItem.Builder |
SetQueryParameterPolicyItem.Builder.ifExists(SetQueryParameterPolicyItem.IfExists ifExists)
If a query parameter with the same name already exists in the request, OVERWRITE will
overwrite the value, APPEND will append to the existing value, or SKIP will keep the
existing value.
|
Constructor and Description |
---|
SetQueryParameterPolicyItem(String name,
List<String> values,
SetQueryParameterPolicyItem.IfExists ifExists)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.