Uses of Class
com.oracle.bmc.apigateway.model.SetQueryParameterPolicyItem.IfExists
-
Packages that use SetQueryParameterPolicyItem.IfExists Package Description com.oracle.bmc.apigateway.model -
-
Uses of SetQueryParameterPolicyItem.IfExists in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return SetQueryParameterPolicyItem.IfExists Modifier and Type Method 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.Methods in com.oracle.bmc.apigateway.model with parameters of type SetQueryParameterPolicyItem.IfExists Modifier and Type Method 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.Constructors in com.oracle.bmc.apigateway.model with parameters of type SetQueryParameterPolicyItem.IfExists Constructor Description SetQueryParameterPolicyItem(String name, List<String> values, SetQueryParameterPolicyItem.IfExists ifExists)
Deprecated.
-