Uses of Class
com.oracle.bmc.apigateway.model.SetHeaderPolicyItem.IfExists
-
Packages that use SetHeaderPolicyItem.IfExists Package Description com.oracle.bmc.apigateway.model -
-
Uses of SetHeaderPolicyItem.IfExists in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return SetHeaderPolicyItem.IfExists Modifier and Type Method Description static SetHeaderPolicyItem.IfExists
SetHeaderPolicyItem.IfExists. create(String key)
SetHeaderPolicyItem.IfExists
SetHeaderPolicyItem. getIfExists()
If a header 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 SetHeaderPolicyItem.IfExists
SetHeaderPolicyItem.IfExists. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetHeaderPolicyItem.IfExists[]
SetHeaderPolicyItem.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 SetHeaderPolicyItem.IfExists Modifier and Type Method Description SetHeaderPolicyItem.Builder
SetHeaderPolicyItem.Builder. ifExists(SetHeaderPolicyItem.IfExists ifExists)
If a header 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 SetHeaderPolicyItem.IfExists Constructor Description SetHeaderPolicyItem(String name, List<String> values, SetHeaderPolicyItem.IfExists ifExists)
Deprecated.
-