ResultRestriction Data Type

Java class for ResultRestriction complex type.

Properties
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" : "..."
  }
}