name | data type | constraints | description |
---|---|---|---|
statusCode | HttpStatus | ||
statusCodeValue | number | required | |
Properties inherited from HttpEntity |
|||
body | object | required | |
headers | map of array of string |
Example
{ "statusCode" : "LENGTH_REQUIRED", "statusCodeValue" : 12345, "body" : { }, "headers" : { "property1" : [ "...", "..." ], "property2" : [ "...", "..." ] } }