ResponseEntityOfList Data Type

Properties
name data type description
statusCode HttpStatus
statusCodeValue number
Properties inherited from HttpEntity
headers map of array of string
body object

Example

{
  "statusCode" : "NOT_EXTENDED",
  "statusCodeValue" : 12345,
  "headers" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  },
  "body" : { }
}