Java class for ResultRestriction complex type.
| name | data type | constraints | description |
|---|---|---|---|
| filterMethod | FilterMethod | required | Filter method. |
| parameterMatch | ParameterMatch | Parameter to match. | |
| parameterRemovalName | string | Name of parameter to remove. |
Example
{
"resultRestriction" : {
"filterMethod" : "WHITE_LIST",
"parameterMatch" : {
"parameterName" : "...",
"parameterValues" : {
"parameterValue" : [ "...", "..." ]
}
},
"parameterRemovalName" : "..."
}
}