CompositeResponse

CompositeResponse: Class to represent response for a CompositeRequest.

Constructors

Link copied to clipboard
constructor(responseJson: JSONObject)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val BODY: String = "body"
Link copied to clipboard
val COMPOSITE_RESPONSE: String = "compositeResponse"
Link copied to clipboard
val HTTP_HEADERS: String = "httpHeaders"
Link copied to clipboard
val HTTP_STATUS_CODE: String = "httpStatusCode"
Link copied to clipboard
val REFERENCE_ID: String = "referenceId"